In This Topic
Sets or removes the PDF string 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 SetStringArray( _
ByVal As IPdfDict, _
ByVal As PdfName, _
ByVal As System.Collections.Generic.IEnumerable(Of String), _
Optional ByVal As System.Boolean _
)
public static void SetStringArray(
IPdfDict ,
PdfName ,
System.Collections.Generic.IEnumerable<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 string object.
See Also