[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfDictExt.TryGetNameArray

TryGetNameArray Method

TryGetNameArray(IPdfDict, PdfName, out PdfName[], bool)

Tries to get the PDF Name array associated with the specified key.

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

The current dictionary.

PdfName key

The key identifying the value.

PdfName[] value

OUT: The array of PdfName.

bool singleToArray

Indicates whether to convert a single PDF Name value to an array.

Returns
Type Description
bool

The array associated with the specified key, or null.