'Declaration Public Shared Function TryGetNameArray( _ ByVal array As IPdfArray, _ ByVal index As System.Integer, _ ByRef value() As PdfName, _ Optional ByVal singleToArray As System.Boolean _ ) As System.Boolean
public static System.bool TryGetNameArray( IPdfArray array, System.int index, out PdfName[] value, System.bool singleToArray )
Parameters
- array
- The current array.
- index
- The index of the value to get.
- value
- OUT: The PDF Name array.
- singleToArray
- Indicates whether to convert a single PDF Name value to an array.
Return Value
true if value at specified index can be converted to an integer array; otherwise false.