PageSetup Class

PageSetup class

Represents a page setup object is used for configuration output page-set.

public class PageSetup

Properties

NameDescription
AnyPage { get; set; }Gets or sets all pages configuration in the the page-sequence.
AtPagePriority { get; set; }Gets or sets AtPagePriority which will determine order of applying page size declarations. By default options will override css @page rules .
FirstPage { get; set; }Gets or sets the first page configuration.
LeftPage { get; }Gets the Odd Page configuration.
RightPage { get; }Gets the Even Page configuration.
Sizing { get; set; }Gets or sets the sizing type.

Methods

NameDescription
SetLeftRightPage(Page, Page)Sets the Left/Right page configuration.

See Also