PRIM_PDF.AutoTable - PageBreak Property

Whether to split tables onto multiple pages if table height is larger than page height

Member of PRIM_PDF.AutoTable (PRIM_PDF.AutoTable)

Data Type - Enumeration

Details

The PageBreak property specifies whether to split tables onto multiple pages if table height is larger than page height.

Allowed Values

Enum Value

Description

Auto

Add a new page only when the next row doesn't fit (Default)

Avoid

Start on a new page if there is not enough room to fit the entire table on the current page

Always

Each table will always start on a new page


See also

All Component Classes

Technical Reference

  • No labels