[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfDictExt.GetNameArrayStr

GetNameArrayStr Method

GetNameArrayStr(IPdfDict, PdfName, bool)

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

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

The current dictionary.

PdfName key

The key identifying the value.

bool singleToArray

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

Returns
Type Description
string[]

The array associated with the specified key, or null.