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: SystemChar
- charIndex
- Type: SystemInt32
- charCount
- Type: SystemInt32
- bytes
- Type: SystemByte
- byteIndex
- Type: SystemInt32
Return Value
Type: Int32See Also