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

Syntax

C#
protected char GetCurrentCharacter(
	int current,
	char[] cc,
	PdfChunk[] ck
)
Visual Basic
Protected Function GetCurrentCharacter ( _
	current As Integer, _
	cc As Char(), _
	ck As PdfChunk() _
) As Char
Visual C++
protected:
wchar_t GetCurrentCharacter(
	int current, 
	array<wchar_t>^ cc, 
	array<PdfChunk^>^ ck
)

Parameters

current
Type: System..::..Int32
cc
Type: array<System..::..Char>[]()[][]
ck
Type: array<iTextSharp.text.pdf..::..PdfChunk>[]()[][]

See Also