Namespace: iTextSharp.text.xml.xmp
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public override int GetChars(
	byte[] bytes,
	int byteIndex,
	int byteCount,
	char[] chars,
	int charIndex
)
Visual Basic
Public Overrides Function GetChars ( _
	bytes As Byte(), _
	byteIndex As Integer, _
	byteCount As Integer, _
	chars As Char(), _
	charIndex As Integer _
) As Integer
Visual C++
public:
virtual int GetChars(
	array<unsigned char>^ bytes, 
	int byteIndex, 
	int byteCount, 
	array<wchar_t>^ chars, 
	int charIndex
) override

Parameters

bytes
Type: array<System..::..Byte>[]()[][]
byteIndex
Type: System..::..Int32
byteCount
Type: System..::..Int32
chars
Type: array<System..::..Char>[]()[][]
charIndex
Type: System..::..Int32

See Also