Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfDictExt Class / SetFloatArray Method
The current dictionary.
The key identifying the value.
The value to set.

In This Topic
    SetFloatArray Method
    In This Topic
    Sets the float array associated with the specified key. If the value is null, removes the key from the dictionary.
    Syntax
    'Declaration
     
    Public Shared Sub SetFloatArray( _
       ByVal dict As IPdfDict, _
       ByVal key As PdfName, _
       ByVal value() As System.Single _
    ) 
    public static void SetFloatArray( 
       IPdfDict dict,
       PdfName key,
       System.float[] value
    )

    Parameters

    dict
    The current dictionary.
    key
    The key identifying the value.
    value
    The value to set.
    See Also