Gets the
Byte value at a specified position in the current
PdfString instance.
Namespace: SautinSoft.Pdf.ObjectsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntaxpublic byte this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Byte
Get
Parameters
- index Int32
- A position in the current PdfString instance.
Return Value
ByteThe
Byte value at a specified position in the current
PdfString instance.
See Also