[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfDictExt.TryGetRefArray

TryGetRefArray Method

TryGetRefArray(IPdfDict, PdfName, out IPdfRef[], bool)

Tries to gets the array of IPdfRef objects associated with the specified key.

Declaration
public static bool TryGetRefArray(this IPdfDict dict, PdfName key, out IPdfRef[] value, bool singleToArray = false)
Public Shared Function TryGetRefArray(dict As IPdfDict, key As PdfName, ByRef value As IPdfRef(), Optional singleToArray As Boolean = False) As Boolean
Parameters
Type Name Description
IPdfDict dict

The current dictionary.

PdfName key

The key identifying the array.

IPdfRef[] value

OUT: The array of IPdfRef.

bool singleToArray

Indicates whether to convert a single IPdfRef value to an array.

Returns
Type Description
bool

true if successful, false otherwise.