IIXC_Page::Rotate Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IIXC_Page::Rotate Method}}
 
{{#customTitle:IIXC_Page::Rotate Method}}
 +
{{#parentPage:PXV:IIXC_Page#Methods|Rotate|method}}
  
The method of interface of PDF-XChange Editor SDK.
+
The '''Rotate''' method rotates the specified image page in 90 degree steps.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT Rotate([in] IXC_FastRotate angle);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT Rotate([in] IXC_FastRotate nAngle);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''angle''
+
;nAngle
:[in]  Value of [[PXV:IXC_FastRotate|IXC_FastRotate]].
+
:[in]  Value of [[PXV:IXC_FastRotate|IXC_FastRotate]] specifies the angle for rotating.
  
 
== Return Value ==
 
== Return Value ==
 
Returns S_OK if operation was successful or error code in other cases.
 
Returns S_OK if operation was successful or error code in other cases.
 +
 +
== Remarks ==
 +
Pages are rotated in 90 degree steps. See the [[PXV:IIXC_Page_FreeRotate|IIXC_Page::FreeRotate]] to rotate a page by a specified angle.
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IIXC_Page|IIXC_Page]].
+
[[PXV:IIXC_Page|IIXC_Page]]

Latest revision as of 03:17, 15 June 2015

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

Syntax

HRESULT Rotate([in]  IXC_FastRotate  nAngle);

Parameters

nAngle
[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