[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfArrayExt.AsNameArray

AsNameArray Method

AsNameArray(IPdfArray)

Converts all elements of this IPdfArray to PdfName, and copies the converted values to a new array of PdfName.

Returns null if some elements can't be converted to a PdfName.

Declaration
public static PdfName[] AsNameArray(this IPdfArray array)
Public Shared Function AsNameArray(array As IPdfArray) As PdfName()
Parameters
Type Name Description
IPdfArray array

The current array.

Returns
Type Description
PdfName[]

An array of PdfName containing all values from this array.