Allows you to control when a page break occurs.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public bool CellsFitPage { get; set; } |
Visual Basic |
---|
Public Property CellsFitPage As Boolean Get Set |
Visual C++ |
---|
public: property bool CellsFitPage { bool get (); void set (bool value); } |
Field Value
a value
Remarks
When a cell doesn't fit a page, it is split in two parts.
If you want to avoid this, you should set the cellsFitPage value to true.