Adds a Chunk.

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

Syntax

C#
protected bool AddChunk(
	Chunk chunk
)
Visual Basic
Protected Function AddChunk ( _
	chunk As Chunk _
) As Boolean
Visual C++
protected:
bool AddChunk(
	Chunk^ chunk
)

Parameters

chunk
Type: iTextSharp.text..::..Chunk
a Chunk

Return Value

a bool

Remarks

This method is a hack to solve a problem I had with phrases that were split between chunks in the wrong place.

See Also