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

In This Topic
    GetPdfStringBytes Method (IPdfArrayExt)
    In This Topic
    Gets the bytes of the IPdfString at the specified index. If the value does not exist or cannot be converted to an IPdfString, returns a null reference (Nothing in Visual Basic).
    Syntax
    'Declaration
     
    Public Shared Function GetPdfStringBytes( _
       ByVal array As IPdfArray, _
       ByVal index As System.Integer _
    ) As System.Byte()
    public static System.byte[] GetPdfStringBytes( 
       IPdfArray array,
       System.int index
    )

    Parameters

    array
    The current array.
    index
    The index of the string to return.

    Return Value

    The value at the specified index.
    See Also