[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfDictExt.SetFloatArray

SetFloatArray Method

SetFloatArray(IPdfDict, PdfName, float[])

Sets the float array associated with the specified key. If the value is null, removes the key from the dictionary.

Declaration
public static void SetFloatArray(this IPdfDict dict, PdfName key, float[] value)
Public Shared Sub SetFloatArray(dict As IPdfDict, key As PdfName, value As Single())
Parameters
Type Name Description
IPdfDict dict

The current dictionary.

PdfName key

The key identifying the value.

float[] value

The value to set.