Checks is this Chunk is empty.

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

Collapse imageSyntax

C#
public virtual bool IsEmpty()
Visual Basic
Public Overridable Function IsEmpty As Boolean
Visual C++
public:
virtual bool IsEmpty()

Return Value

false if the Chunk contains other characters than space.

Collapse imageSee Also