[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfDictExt.SetIntArray

SetIntArray Method

SetIntArray(IPdfDict, PdfName, int[])

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

Declaration
public static void SetIntArray(this IPdfDict dict, PdfName key, int[] value)
Public Shared Sub SetIntArray(dict As IPdfDict, key As PdfName, value As Integer())
Parameters
Type Name Description
IPdfDict dict

The current dictionary.

PdfName key

The key identifying the value.

int[] value

The value to set.