AnsiEncoding.GetBytes Method (Char[], Int32, Int32,Byte[], Int32)Terminal Works - PDF Printing.Net Library
Gets the bytes.

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

public override int GetBytes(
	char[] chars,
	int charIndex,
	int charCount,
	byte[] bytes,
	int byteIndex
)

Parameters

chars
Type:System.Char[]
charIndex
Type: System.Int32
charCount
Type: System.Int32
bytes
Type:System.Byte[]
byteIndex
Type: System.Int32

Return Value

Type: Int32
See Also

Reference