AnsiEncodingGetChars Method (Byte, Int32, Int32, Char, Int32)Terminal Works - PDF Printing.Net Library
Gets the chars.

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

public override int GetChars(
	byte[] bytes,
	int byteIndex,
	int byteCount,
	char[] chars,
	int charIndex
)

Parameters

bytes
Type: SystemByte
byteIndex
Type: SystemInt32
byteCount
Type: SystemInt32
chars
Type: SystemChar
charIndex
Type: SystemInt32

Return Value

Type: Int32
See Also

Reference