IXC_FreeRotate Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IXC_FreeRotate Enumeration}} | {{#customTitle:IXC_FreeRotate Enumeration}} | ||
− | {{#parentPage:PXV:IXC_Enumerations|IXC_FreeRotate | + | {{#parentPage:PXV:IXC_Enumerations|IXC_FreeRotate|enum}} |
Determines how the rotation function will perform the rotation. See below. | Determines how the rotation function will perform the rotation. See below. |
Revision as of 09:33, 23 May 2015
Determines how the rotation function will perform the rotation. See below.
Syntax
enum IXC_FreeRotate { FreeRotate_Fast = 0, FreeRotate_Antialiasing = 1, };
Constants
- FreeRotate_Fast
- Fast image rotation. Requires less computation, but produces a less accurate result.
- FreeRotate_Antialiasing
- Rotate and use antialiasing for a slower but better result.