PdfTableStyle.TextBoxPageBreakLines Property

PDF File Writer

PdfTableStyleTextBoxPageBreakLines Property

Gets or sets minimum text lines for page break calculations.

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public int TextBoxPageBreakLines { get; set; }

Property Value

Type: Int32
Remarks
If TextBoxPageBreakLines is zero, the software will keep all of the TextBox together. If the TextBox height is too big to fit in the table, an exception will be raised. If TextBoxPageBreakLines is not zero and TextBox height is too big, the height of TextBoxPageBreakLines will be used to start a new page. The remaining lines will be printed on the next page or pages.
See Also