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

In This Topic
    GetString Method (IPdfArrayExt)
    In This Topic
    Gets the string at the specified index.

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

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

    Parameters

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

    Return Value

    The value at the specified index.
    See Also