Gets the chars.
Namespace: PdfEdit.Pdf.Internal
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.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: Int32See Also