REFERENCE MANUAL
The Publish::Page class is a concept class for page-related enums. More...
Public Types | |
enum | Format { Format.P11x17 = 0, Format.A3 = 1, Format.A4 = 2, Format.A5 = 3, Format.B4JIS = 4, Format.B5JIS = 5, Format.Executive = 6, Format.Legal = 7, Format.Letter = 8, Format.Tabloid = 9, Format.B4ISO = 10, Format.B5ISO = 11 } |
Enumerates the page formats to use when generating a PDF via Publish. More... | |
enum | Orientation { Orientation.Portrait = 0, Orientation.Landscape = 1 } |
Enumerates the page orientations to use when generating a PDF via Publish. More... | |
The Publish::Page class is a concept class for page-related enums.
Enumerates the page formats to use when generating a PDF via Publish.
Enumerates the page orientations to use when generating a PDF via Publish.
Enumerator | |
---|---|
Portrait |
Self-explanatory (kA3DPDFPagePortrait). |
Landscape |
Self-explanatory (kA3DPDFPageLandscape). |