Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfString Class / Item Property
The zero-based index of the byte to get or set.

In This Topic
    Item Property (PdfString)
    In This Topic
    Gets or sets the byte at the specified index.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As System.Integer _
    ) As System.Byte
    public System.byte this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    The zero-based index of the byte to get or set.

    Property Value

    The byte at the specified index.
    See Also