IIXC_Page::Rotate Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 7: Line 7:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT Rotate([in]  IXC_FastRotate  nAngle);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT Rotate([in]  IXC_FastRotate  Angle);</pre>
  
 
== Parameters ==
 
== Parameters ==
;nAngle
+
;Angle
 
:[in]  Value of [[PXV:IXC_FastRotate|IXC_FastRotate]] specifies the angle for rotating.
 
:[in]  Value of [[PXV:IXC_FastRotate|IXC_FastRotate]] specifies the angle for rotating.
  

Revision as of 06:51, 12 June 2015

The Rotate method rotates the specified image page in 90 degree steps.

Syntax

HRESULT Rotate([in]  IXC_FastRotate  Angle);

Parameters

Angle
[in] Value of IXC_FastRotate specifies the angle for rotating.

Return Value

Returns S_OK if operation was successful or error code in other cases.

Remarks

Pages are rotated in 90 degree steps. See the IIXC_Page::FreeRotate to rotate a page by a specified angle.

See Also

IIXC_Page