Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfArrayExt Class / GetName Method
The current array.
The index of the item to return.
The default value.

In This Topic
    GetName Method (IPdfArrayExt)
    In This Topic
    Gets the PDF name at the specified index as a string.

    Returns defValue if the value cannot be converted to a string.

    Syntax
    'Declaration
     
    Public Shared Function GetName( _
       ByVal array As IPdfArray, _
       ByVal index As System.Integer, _
       ByVal defValue As System.String _
    ) As System.String
    public static System.string GetName( 
       IPdfArray array,
       System.int index,
       System.string defValue
    )

    Parameters

    array
    The current array.
    index
    The index of the item to return.
    defValue
    The default value.

    Return Value

    The value at the specified index.
    See Also