CFx SDK Documentation  2023 SP0
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 Teigha Publish documents.

Enumeration Type Documentation

◆ Format

Page formats (sizes), supported by Teigha Publish.

Enumerator
kA4 
kA3 

Format A4 (842 points width, 1190 points height).

kP11x17 

Format A3 (595 points width, 842 points height).

kA5 
kB4JIS 
kB5JIS 
kExecutive 
kLegal 
kLetter 
kTabloid 
kB4ISO 
kB5ISO 
kCustom 
kLastFormat 

For internal use only.

Definition at line 95 of file PdfPublishCommon.h.

◆ Orientation

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.

◆ PaperUnits

Enumerator
kInches 
kMillimeters 
kPixels 

Definition at line 126 of file PdfPublishCommon.h.