Click or drag to resize

IPdfEncodingGetByteCount Method

Calculates the number of bytes produced by encoding the characters in the specified string.

Namespace: SautinSoft.Pdf.Text
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntax
int GetByteCount(
	string s
)

Parameters

s  String
The string containing the set of characters to encode.

Return Value

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