IXC_FreeRotate Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
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 the free rotation method for this image page.
+
  
 
== Syntax ==
 
== Syntax ==
Line 16: Line 16:
 
== Constants ==
 
== Constants ==
 
;FreeRotate_Fast
 
;FreeRotate_Fast
:Use only fast image rotation.
+
: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 15: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.

See Also

IIXC_Page::FreeRotate