[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfArrayExt.GetNameArrayStr

GetNameArrayStr Method

GetNameArrayStr(IPdfArray, int, bool)

Gets the PDF Name array at the specified index, the PDF Name array represented as string.

Declaration
public static string[] GetNameArrayStr(this IPdfArray array, int index, bool singleToArray = false)
Parameters
Type Name Description
IPdfArray array

The current array.

int index

The index of the value to get.

bool singleToArray

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

Returns
Type Description
string[]

The array at the specified key, or null.