'Declaration Public Shared Function TryGetRefArray( _ ByVal dict As IPdfDict, _ ByVal key As PdfName, _ ByRef value() As IPdfRef, _ Optional ByVal singleToArray As System.Boolean _ ) As System.Boolean
public static System.bool TryGetRefArray( IPdfDict dict, PdfName key, out IPdfRef[] value, System.bool singleToArray )
Parameters
- dict
- The current dictionary.
- key
- The key identifying the array.
- value
- OUT: The array of IPdfRef.
- singleToArray
- Indicates whether to convert a single IPdfRef value to an array.
Return Value
true if successful, false otherwise.