Click or drag to resize
PdfIdentityHEncodingGetChars Method (Byte, Int32, Int32, Char, Int32)

Namespace: Kettic.Pdf
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.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