RawEncodingGetByteCount Method (Char, Int32, Int32)Terminal Works - PDF Printing.Net Library
When overridden in a derived class, calculates the number of bytes produced by encoding a set of characters from the specified character array.

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

public override int GetByteCount(
	char[] chars,
	int index,
	int count
)

Parameters

chars
Type: SystemChar
The character array containing the set of characters to encode.
index
Type: SystemInt32
The index of the first character to encode.
count
Type: SystemInt32
The number of characters to encode.

Return Value

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

Reference