[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfName.Item

this Property

this[int]

Gets or sets the byte at the specified index.

Declaration
public byte this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As Byte
Parameters
Type Name Description
int index

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

Property Value
Type Description
byte

The byte at the specified index.

Implements