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

Syntax

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

Parameters

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

See Also