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

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

    Parameters

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