IXC_FreeRotate Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(14 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IXC_FreeRotate Enumeration}}
 
{{#customTitle:IXC_FreeRotate Enumeration}}
{{#parentPage:PXV:IXC|IXC_FreeRotate Enumeration|enum}}
+
{{#parentPage:PXV:IXC_Enumerations|IXC_FreeRotate|enum}}
{{ToWrite}}
+
{{ToReview}}
+
  
Specifies the ...
+
Determines how the rotation function will perform the rotation. See below.
  
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">enum IXC_FreeRotate
 
<pre class="brush:cpp;gutter:false">enum IXC_FreeRotate
 
{
 
{
     FreeRotate_Fast        = 0;
+
     FreeRotate_Fast        = 0,
     FreeRotate_Antialiasing = 1;
+
     FreeRotate_Antialiasing = 1,
 
};
 
};
 
</pre>
 
</pre>
Line 17: Line 16:
 
== Constants ==
 
== Constants ==
 
;FreeRotate_Fast
 
;FreeRotate_Fast
:The ...
+
:Fast image rotation. Requires less computation, but produces a less accurate result.
 
;FreeRotate_Antialiasing
 
;FreeRotate_Antialiasing
:The ...
+
:Rotate and use antialiasing for a slower, but better, result.
  
== See Also ==
+
== See Also ==  
See also ...
+
[[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