The Publish::Page class is a concept class for page-related enums.
More...
|
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.
Enumerator |
---|
P11x17 |
Standard 11" x 17" format, 792 x 1124 points (kA3DPDFPage11x17).
|
A3 |
Standard A3 format, 842 x 1190 points (kA3DPDFPageA3).
|
A4 |
Standard A4 format, 595 x 842 points (kA3DPDFPageA4).
|
A5 |
Standard A5 format, 420 x 595 points (kA3DPDFPageA5).
|
B4JIS |
Standard B4 JIS format, 728 x 1031 points (kA3DPDFPageB4JIS).
|
B5JIS |
Standard B5 JIS format, 515 x 728 points (kA3DPDFPageB5JIS).
|
Executive |
Standard Executive format, 522 x 756 points (kA3DPDFPageExecutive).
|
Legal |
Standard Legal format, 612 x 1008 points (kA3DPDFPageLegal).
|
Letter |
Standard Letter format, 612 x 792 points (kA3DPDFPageLetter).
|
Tabloid |
Standard Tabloid format, 792 x 1224 points (kA3DPDFPageTabloid).
|
B4ISO |
Standard B4 ISO format, 709 x 1001 points (kA3DPDFPageB4ISO).
|
B5ISO |
Standard B5 ISO format, 499 x 709 points (kA3DPDFPageB5ISO).
|
Enumerates the page orientations to use when generating a PDF via Publish.
Enumerator |
---|
Portrait |
Self-explanatory (kA3DPDFPagePortrait).
|
Landscape |
Self-explanatory (kA3DPDFPageLandscape).
|
The documentation for this class was generated from the following file:
- internals/hps_sprk_publish/source/cs/HPS.Publish.cs