AccusoftPrintPro8 ActiveX DLL : PP_ScaleMode Enumeration |
Option values which define the possible units of measurement for coordinates of an object when printing or using graphics methods.
Member | Value | Description |
---|---|---|
PP_ScaleMode_Centimeter | 7 | (7) Centimeter |
PP_ScaleMode_Character | 4 | (4) Character (horizontal = 120 twips per unit; vertical = 240 twips per unit). |
PP_ScaleMode_Inch | 5 | (5) Inch |
PP_ScaleMode_Millimeter | 6 | (6) Millimeter |
PP_ScaleMode_Pixel | 3 | (3) Pixel (smallest unit of printer resolution). |
PP_ScaleMode_Point | 2 | (2) Point (72 points per logical inch) |
PP_ScaleMode_Twip | 1 | (1) Twip (1440 twips per logical inch; 567 twips per logical centimeter) |