IXC_FreeRotate Enumeration
From PDF XChange PDF SDK
Dssdkadmin (Talk | contribs) |
|||
Line 14: | Line 14: | ||
</pre> | </pre> | ||
− | == Constants == | + | == Constants == |
;FreeRotate_Fast | ;FreeRotate_Fast | ||
:Fast image rotation. Requires less computation, but produces a less accurate result. | :Fast image rotation. Requires less computation, but produces a less accurate result. |
Revision as of 00:03, 4 April 2017
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.