IXC_FreeRotate Enumeration
From PDF XChange PDF SDK
Line 16: | Line 16: | ||
== Constants == | == Constants == | ||
;FreeRotate_Fast | ;FreeRotate_Fast | ||
− | : | + | :Use only fast image rotation. |
;FreeRotate_Antialiasing | ;FreeRotate_Antialiasing | ||
:Rotate and use antialiasing for a better result. | :Rotate and use antialiasing for a better result. |
Revision as of 11:53, 17 May 2015
Specifies the free rotation method for this image page.
Syntax
enum IXC_FreeRotate { FreeRotate_Fast = 0, FreeRotate_Antialiasing = 1, };
Constants
- FreeRotate_Fast
- Use only fast image rotation.
- FreeRotate_Antialiasing
- Rotate and use antialiasing for a better result.