AnsiEncodingGetMaxCharCount Method Terminal Works - PDF Printing.Net Library
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.1.1.0 (5.1.1.0)
Syntax

public override int GetMaxCharCount(
	int byteCount
)

Parameters

byteCount
Type: SystemInt32
The number of bytes to decode.

Return Value

Type: Int32
The maximum number of characters produced by decoding the specified number of bytes.
See Also

Reference