Namespace TallComponents.PDF.Layout
Class QueryPageSettingsEventArgs
Provides data for the event of a .
Syntax
public class QueryPageSettingsEventArgs
: EventArgs
Properties
Rectangle BleedBox
Get or set the part available in the production environment.
Boolean Cancel
Get or set if document generaton has to be aborted.
ColumnCollection Columns
Get or set the collection of columns on the pages of this section.
Rectangle CropBox
Get or set the visual/printed part of the page.
Boolean FirstPage
Get if this is the first page in the section.
Spacing Margin
Get the margins for this page.
PageOrientation Orientation
Page orientation (counterclockwise).
Int32 PageIndex
Get the index of the page.
PageSize PageSize
Get or set the height and width of all pages in this section.
Rectangle TrimBox
Get or set the part available in the finished page after trimming.