Click or drag to resize

IPdfEncodingGetMaxByteCount Method

Calculates the maximum number of bytes produced by encoding the specified number of characters.

Namespace: SautinSoft.Pdf.Text
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntax
int GetMaxByteCount(
	int charCount
)

Parameters

charCount  Int32
The number of characters to encode.

Return Value

Int32
The maximum number of bytes produced by encoding the specified number of characters.
See Also