IXC_FreeRotate Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
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.
Line 20: Line 20:
 
:Rotate and use antialiasing for a slower, but better, result.
 
:Rotate and use antialiasing for a slower, but better, result.
  
== See Also ==
+
== See Also ==  
 
[[PXV:IIXC_Page_Deskew|IIXC_Page::Deskew]], [[PXV:IIXC_Page_FreeRotate|IIXC_Page::FreeRotate]]
 
[[PXV:IIXC_Page_Deskew|IIXC_Page::Deskew]], [[PXV:IIXC_Page_FreeRotate|IIXC_Page::FreeRotate]]

Latest revision as of 01:04, 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.

See Also

IIXC_Page::Deskew, IIXC_Page::FreeRotate