Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfArrayExt Class / AsNameArray Method
The current array.

In This Topic
    AsNameArray Method
    In This Topic
    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.

    Syntax
    'Declaration
     
    Public Shared Function AsNameArray( _
       ByVal array As IPdfArray _
    ) As PdfName()
    public static PdfName[] AsNameArray( 
       IPdfArray array
    )

    Parameters

    array
    The current array.

    Return Value

    An array of PdfName containing all values from this array.
    See Also