PaginatorOptions Class |
Namespace: GemBox.Document
The PaginatorOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | PaginatorOptions |
Initializes a new instance of the PaginatorOptions class.
|
Name | Description | |
---|---|---|
![]() | TrimExcessTableCellSpans | Gets or sets a value indicating whether to trim excess table cell spans while paginating the document. For example, table with two rows (row 1: cell[column span = 2], cell[column span = 2]) (row 2: cell[column span = 4]) will be trimmed to (row 1: cell[column span = 1], cell[column span = 1]) (row 2: cell[column span = 2]). |
![]() | UpdateFields | Gets or sets a value indicating whether to update fields while paginating the document. ResultInlines will be reset while paginating the document for each supported field in the document. Currently supported fields are: Page, PageRef, NumPages, Section and SectionPages. |
![]() | UpdateTableCellWidths | Gets or sets a value indicating whether to update table cell widths while paginating the document. PreferredWidth will be set to a value calculated while paginating the document for each cell in a table. |
![]() | UpdateTableColumnWidths | Gets or sets a value indicating whether to update table column widths while paginating the document. PreferredWidth will be set to a value calculated while paginating the document for each column in a table. |
![]() | UpdateTableWidth | Gets or sets a value indicating whether to update table width while paginating the document. PreferredWidth will be set to a value calculated while paginating the document for each table in the document. |
![]() | UpdateTextBoxHeights |