IXC_FreeRotate Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
Line 4: Line 4:
  
  
Specifies the rotates the image page.
+
Specifies the free rotation method for this image page.
  
 
== Syntax ==
 
== Syntax ==
Line 21: Line 21:
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IIXC_Page_FreeRotate|IIXC_Page::FreeRotate]]

Revision as of 12:52, 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
Only fast image rotation.
FreeRotate_Antialiasing
Rotate and use antialiasing for a better result.

See Also

IIXC_Page::FreeRotate