IPdfEncodingGetByteCount Method |
Calculates the number of bytes produced by encoding the characters in the specified string.
Namespace: SautinSoft.Pdf.TextAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntaxint GetByteCount(
string s
)
Function GetByteCount (
s As String
) As Integer
Parameters
- s String
- The string containing the set of characters to encode.
Return Value
Int32The number of bytes produced by encoding the specified characters.
See Also