CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Enumerations
OdPdfPublish::Page Namespace Reference

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 }
 

Detailed Description

Contains page settings for Publish SDK documents.

Enumeration Type Documentation

◆ Format

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.

◆ Orientation

Page orientations supported by Publish SDK.

Enumerator
kPortrait 
kLandscape 
kLastOrientation 

Definition at line 120 of file PdfPublishCommon.h.

◆ PaperUnits

Paper measurement units supported by Publish SDK.

Enumerator
kInches 
kMillimeters 
kPixels 

Definition at line 133 of file PdfPublishCommon.h.