TryGetNameArray Method (IPdfDictExt)
In This Topic
Tries to get the PDF Name array associated with the specified key.
Syntax
'Declaration
Public Shared Function TryGetNameArray( _
ByVal As IPdfDict, _
ByVal As PdfName, _
ByRef () As PdfName, _
Optional ByVal As System.Boolean _
) As System.Boolean
public static System.bool TryGetNameArray(
IPdfDict ,
PdfName ,
out PdfName[] ,
System.bool
)
Parameters
- dict
- The current dictionary.
- key
- The key identifying the value.
- value
- OUT: The array of PdfName.
- singleToArray
- Indicates whether to convert a single PDF Name value to an array.
Return Value
The array associated with the specified key, or null.
See Also