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(
	IDrawInterface separator,
	float tabPosition,
	bool newline
)
Visual Basic
Public Sub New ( _
	separator As IDrawInterface, _
	tabPosition As Single, _
	newline As Boolean _
)
Visual C++
public:
Chunk(
	IDrawInterface^ separator, 
	float tabPosition, 
	bool newline
)

Parameters

separator
Type: iTextSharp.text.pdf.draw..::..IDrawInterface
tabPosition
Type: System..::..Single
newline
Type: System..::..Boolean

See Also