IIXC_Page::Rotate Method

From PDF XChange PDF SDK
Jump to: navigation, search
(See Also)
Line 2: Line 2:
 
{{#customTitle:IIXC_Page::Rotate Method}}
 
{{#customTitle:IIXC_Page::Rotate Method}}
 
{{#parentPage:PXV:IIXC_Page|Rotate Method|method}}
 
{{#parentPage:PXV:IIXC_Page|Rotate Method|method}}
{{ToReview}}
 
  
The method rotates the specified image page in 90 degree steps.
+
 
 +
The '''Rotate''' method rotates the specified image page in 90 degree steps.
  
 
== Syntax ==
 
== Syntax ==
Line 17: Line 17:
  
 
== Remarks ==
 
== 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.
+
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 ==

Revision as of 13:03, 18 May 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
IXC_FastRotate
IIXC_Page::FreeRotate
IIXC_Page::Flip
IIXC_Page::Shear