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}} | ||
− | |||
− | + | ||
+ | Determines how the rotation function will perform the rotation. See below. | ||
== Syntax == | == Syntax == | ||
Line 16: | Line 16: | ||
== Constants == | == Constants == | ||
;FreeRotate_Fast | ;FreeRotate_Fast | ||
− | :Fast image rotation. Requires less computation, but | + | :Fast image rotation. Requires less computation, but produces a less accurate result. |
;FreeRotate_Antialiasing | ;FreeRotate_Antialiasing | ||
− | :Rotate and use antialiasing for a better result. | + | :Rotate and use antialiasing for a slower but better result. |
== See Also == | == See Also == | ||
[[PXV:IIXC_Page_FreeRotate|IIXC_Page::FreeRotate]] | [[PXV:IIXC_Page_FreeRotate|IIXC_Page::FreeRotate]] |
Revision as of 09:29, 19 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.