Defines the size of pages. Uses a number of common page size identifiers as
valid values for size definitions, which are: A0, A1, A2, A3, A4, A5, A6, A7,
A8, A9, A10, B0, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, C0, C1, C2, C3, C4,
C5, C6, C7, C8, C9, C10, RA0, RA1, RA2, RA3, RA4, SRA0, SRA1, SRA2, SRA3,
SRA4, LETTER, LEGAL, EXECUTIVE, FOLIO. This setting applies only to the
virtual page element, like:
page {
page-size: "A4";
}
Defines the orientation of a page. There are only two valid values for this
setting: landscape and portrait. This setting applies only to the
virtual page element, like:
page {
page-orientation: "portrait";
}