Constructs a chunk of text with a certain content, without specifying a Font.

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

Syntax

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

Parameters

content
Type: System..::..String
the content

See Also