IXC_FreeRotate Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
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}}
{{ToWrite}}
+
 
 
{{ToReview}}
 
{{ToReview}}
  
Specifies the ...
+
Specifies the rotates the image page.
  
 
== Syntax ==
 
== Syntax ==
Line 17: Line 17:
 
== Constants ==
 
== Constants ==
 
;FreeRotate_Fast
 
;FreeRotate_Fast
:The ...
+
:Only fast image rotation.
 
;FreeRotate_Antialiasing
 
;FreeRotate_Antialiasing
:The ...
+
:Rotate and use antialiasing for a better result.
  
 
== See Also ==
 
== See Also ==
 
See also ...
 
See also ...

Revision as of 06:57, 7 May 2015


Specifies the rotates the 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

See also ...