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

Syntax

C#
public override int GetByteCount(
	char[] chars,
	int index,
	int count
)
Visual Basic
Public Overrides Function GetByteCount ( _
	chars As Char(), _
	index As Integer, _
	count As Integer _
) As Integer
Visual C++
public:
virtual int GetByteCount(
	array<wchar_t>^ chars, 
	int index, 
	int count
) override

Parameters

chars
Type: array<System..::..Char>[]()[][]
index
Type: System..::..Int32
count
Type: System..::..Int32

See Also