[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfDictExt.GetNameArray

GetNameArray Method

GetNameArray(IPdfDict, PdfName, bool)

Gets the PdfName array associated with the specified key. Returns null if the array does not exist or cannot be converted to a PdfName array.

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

The current dictionary.

PdfName key

The key identifying the value.

bool singleToArray

Indicates whether to convert a single PdfName to an array.

Returns
Type Description
PdfName[]

The array associated with the specified key, or null.