Click or drag to resize

PdfStringItem Property

Gets the Byte value at a specified position in the current PdfString instance.

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public byte this[
	int index
] { get; }

Parameters

index  Int32
A position in the current PdfString instance.

Return Value

Byte
The Byte value at a specified position in the current PdfString instance.
See Also