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}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Line 10: Line 9:
 
<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>

Revision as of 11:04, 8 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 ...