In This Topic
Sets or removes the PDF name array associated with a specified .
If the specified is a null reference (Nothing in Visual Basic), the value is removed from the current dictionary. Otherwise the value is set.
Syntax
'Declaration
Public Shared Sub SetNameArray( _
ByVal As IPdfDict, _
ByVal As PdfName, _
ByVal () As System.String, _
Optional ByVal As System.Boolean _
)
public static void SetNameArray(
IPdfDict ,
PdfName ,
System.string[] ,
System.bool
)
Parameters
- dict
- The current dictionary.
- key
- The key identifying the value.
- value
- The value to set.
- singleToArray
- If true and contains exactly one element, the array will be stored as a simple PDF name object.
See Also