GetArray<T> Method (IPdfDictExt)
In This Topic
Gets the array of objects associated with the specified key. Returns null if the array does not exist or cannot be converted to an array of .
Syntax
'Declaration
Public Shared Function GetArray(Of As IPdfObject)( _
ByVal As IPdfDict, _
ByVal As PdfName, _
Optional ByVal As System.Boolean _
) As
public static GetArray<>(
IPdfDict ,
PdfName ,
System.bool
)
where T: IPdfObject
Parameters
- dict
- The current dictionary.
- key
- The key identifying the array.
- singleToArray
- Indicates whether to convert a single value to an array.
Type Parameters
- T
Return Value
The array associated with the specified key, or null.
See Also