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
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: Int32The number of bytes produced by encoding the specified characters.
See Also