A2v10 Platform documentation
UK


SheetPage Element

Represents a printable page for a Sheet. Used to visually display printed pages on the screen.

Inherits: Container : UIElement : UIElementBase

Content property: Children

Properties

Name Type Description
Orientation PageOrientation Page orientation. Possible values:
  • Portrait - by default. Portrait.
  • Landscape - by default. Portrait.
If the PrintPage property is specified, then the property is ignored.
PageSize Size? Page size. If not specified, then format A4. Please note that it can be problematic to print at the specified sizes. The properties of a printed page can be controlled more flexibly by using the PrintPage property.
PrintPage PrintPage Printed page description.
Base item properties