IXC_FreeRotate Enumeration
From PDF XChange PDF SDK
Line 2: | Line 2: | ||
{{#customTitle:IXC_FreeRotate Enumeration}} | {{#customTitle:IXC_FreeRotate Enumeration}} | ||
{{#parentPage:PXV:IXC|IXC_FreeRotate Enumeration|enum}} | {{#parentPage:PXV:IXC|IXC_FreeRotate Enumeration|enum}} | ||
+ | {{ToReview}} | ||
− | + | Specifies a method used to rotate image page on any agnle. | |
− | Specifies | + | |
== Syntax == | == Syntax == | ||
Line 16: | Line 16: | ||
== Constants == | == Constants == | ||
;FreeRotate_Fast | ;FreeRotate_Fast | ||
− | : | + | :Fast image rotation. Requires less computation, but produce less accurate result. |
;FreeRotate_Antialiasing | ;FreeRotate_Antialiasing | ||
:Rotate and use antialiasing for a better result. | :Rotate and use antialiasing for a better result. |
Revision as of 14:34, 18 May 2015
Specifies a method used to rotate image page on any agnle.
Syntax
enum IXC_FreeRotate { FreeRotate_Fast = 0, FreeRotate_Antialiasing = 1, };
Constants
- FreeRotate_Fast
- Fast image rotation. Requires less computation, but produce less accurate result.
- FreeRotate_Antialiasing
- Rotate and use antialiasing for a better result.