Click or drag to resize

IPdfEncodingGetString Method

Decodes a sequence of bytes from the specified byte array into a string.

Namespace: SautinSoft.Pdf.Text
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntax
string GetString(
	byte[] bytes,
	int index,
	int count
)

Parameters

bytes  Byte
The byte array containing the sequence of bytes to decode.
index  Int32
The index of the first byte to decode.
count  Int32
The number of bytes to decode.

Return Value

String
A string that contains the results of decoding the specified sequence of bytes.
See Also