When overridden in a derived class, calculates the maximum number of characters produced by decoding the specified number of bytes.
Namespace: PdfEdit.Pdf.Internal
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
Parameters
- byteCount
- Type: SystemInt32
The number of bytes to decode.
Return Value
Type: Int32The maximum number of characters produced by decoding the specified number of bytes.
See Also