MeasureUnit Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 5: | Line 5: | ||
{{ToReview}} | {{ToReview}} | ||
− | Specifies the measure unit | + | Specifies the measure unit. |
== Syntax == | == Syntax == |
Revision as of 06:01, 21 May 2015
Specifies the measure unit.
Syntax
enum MeasureUnit { Unit_pt = 0, Unit_in = 1, Unit_cm = 2, Unit_mm = 3, Unit_pc = 4, _Unit_max_ = 5, };
Constants
- Unit_pt
- Point, 1/72 of inch.
- Unit_in
- Inch.
- Unit_cm
- Centimeter.
- Unit_mm
- Millimeter.
- Unit_pc
- Pica, 1/6 of inch.
- _Unit_max_
- The number of enumeration elements plus 1.