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

Syntax

C#
public override int GetCharCount(
	byte[] bytes,
	int index,
	int count
)
Visual Basic
Public Overrides Function GetCharCount ( _
	bytes As Byte(), _
	index As Integer, _
	count As Integer _
) As Integer
Visual C++
public:
virtual int GetCharCount(
	array<unsigned char>^ bytes, 
	int index, 
	int count
) override

Parameters

bytes
Type: array<System..::..Byte>[]()[][]
index
Type: System..::..Int32
count
Type: System..::..Int32

See Also