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 As IPdfDict, _
ByVal As PdfName, _
ByVal () As System.Integer _
)
public static void SetIntArray(
IPdfDict ,
PdfName ,
System.int[]
)
Parameters
- dict
- The current dictionary.
- key
- The key identifying the value.
- value
- The value to set.
See Also