|
CFx SDK Documentation
2020SP3
|
Enumerations | |
| enum | Format { kA4 = 0, kA3, kP11x17, kA5, kB4JIS, kB5JIS, kExecutive, kLegal, kLetter, kTabloid, kB4ISO, kB5ISO, kCustom, kLastFormat } |
| enum | Orientation { kPortrait = 0, kLandscape, kLastOrientation } |
| enum | PaperUnits { kInches = 0, kMillimeters = 1, kPixels = 2 } |
Contains page settings for Teigha Publish documents.
Page formats (sizes), supported by Teigha Publish.
Definition at line 95 of file PdfPublishCommon.h.
Page orientations, supported by Teigha Publish.
| Enumerator | |
|---|---|
| kPortrait | |
| kLandscape | Portrait orientation. |
| kLastOrientation | Landscape orientation. For internal use only. |
Definition at line 117 of file PdfPublishCommon.h.
| Enumerator | |
|---|---|
| kInches | |
| kMillimeters | |
| kPixels | |
Definition at line 126 of file PdfPublishCommon.h.