AnsiEncodingGetMaxByteCount Method Terminal Works - PDF Printing.Net Library
When overridden in a derived class, calculates the maximum number of bytes produced by encoding the specified number of characters.

Namespace: PdfEdit.Pdf.Internal
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public override int GetMaxByteCount(
	int charCount
)

Parameters

charCount
Type: SystemInt32
The number of characters to encode.

Return Value

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

Reference