Back to DOM
DOM.Elements.PageSetup
Namespace: DOM.Elements
Encapsulates page-level layout and numbering settings for a document section or document.
groups common page configuration values such as size, orientation, gutters for binding, page borders, page numbering rules and page margins. Nullable properties indicate "not specified" so consumers can apply document defaults or inherit values from a section/theme.
5 members
Properties
GutterDocumentUnit
Gets or sets the gutter (binding) space for the page.
Margin
Gets or sets the page margins (top, left, right, bottom).
OrientationPageOrientation
Gets or sets the page orientation.
PageBorders
Gets or sets the page border configuration.
PageSize
Gets or sets the physical page size (width and height) and related size attributes.