IPdfEncodingGetMaxByteCount Method |
Calculates the maximum number of bytes produced by encoding the specified number of characters.
Namespace: SautinSoft.Pdf.TextAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntaxint GetMaxByteCount(
int charCount
)
Function GetMaxByteCount (
charCount As Integer
) As Integer
Parameters
- charCount Int32
- The number of characters to encode.
Return Value
Int32The maximum number of bytes produced by encoding the specified number of characters.
See Also