CFx SDK Documentation 2024 SP0
|
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 Publish SDK documents.
Page formats (sizes) supported by Publish SDK.
Enumerator | |
---|---|
kA4 | |
kA3 | |
kP11x17 | |
kA5 | |
kB4JIS | |
kB5JIS | |
kExecutive | |
kLegal | |
kLetter | |
kTabloid | |
kB4ISO | |
kB5ISO | |
kCustom | |
kLastFormat |
Definition at line 97 of file PdfPublishCommon.h.
Page orientations supported by Publish SDK.
Enumerator | |
---|---|
kPortrait | |
kLandscape | |
kLastOrientation |
Definition at line 120 of file PdfPublishCommon.h.
Paper measurement units supported by Publish SDK.
Enumerator | |
---|---|
kInches | |
kMillimeters | |
kPixels |
Definition at line 133 of file PdfPublishCommon.h.