Constructs a chunk of text with a certain content and a certain Font.

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

Syntax

C#
public Chunk(
	string content,
	Font font
)
Visual Basic
Public Sub New ( _
	content As String, _
	font As Font _
)
Visual C++
public:
Chunk(
	String^ content, 
	Font^ font
)

Parameters

content
Type: System..::..String
the content
font
Type: iTextSharp.text..::..Font
the font

See Also