Initializes a new instance of the Chunk class

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

Syntax

C#
public Chunk(
	char c
)
Visual Basic
Public Sub New ( _
	c As Char _
)
Visual C++
public:
Chunk(
	wchar_t c
)

Parameters

c
Type: System..::..Char

See Also