Click or drag to resize

IPdfEncodingGetBytes Method

Encodes a set of characters from the specified string into the specified byte array.

Namespace: SautinSoft.Pdf.Text
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntax
int GetBytes(
	string s,
	byte[] bytes,
	int byteIndex
)

Parameters

s  String
The string containing the set of characters to encode.
bytes  Byte
The byte array to contain the resulting sequence of bytes.
byteIndex  Int32
Index of the byte.

Return Value

Int32
The actual number of bytes written into bytes.
See Also