IIXC_Page::FreeRotate Method
From PDF XChange PDF SDK
Line 2: | Line 2: | ||
{{#customTitle:IIXC_Page::FreeRotate Method}} | {{#customTitle:IIXC_Page::FreeRotate Method}} | ||
{{#parentPage:PXV:IIXC_Page|FreeRotate Method|method}} | {{#parentPage:PXV:IIXC_Page|FreeRotate Method|method}} | ||
− | |||
− | The method rotates the image page by a specified angle. | + | |
+ | The method rotates the image page by a specified angle in degrees. | ||
== Syntax == | == Syntax == |
Revision as of 13:26, 19 May 2015
The method rotates the image page by a specified angle in degrees.
Contents
Syntax
HRESULT FreeRotate([in] double nAngle, [in] ULONG bkColor, [in] IXC_FreeRotate nType, [in] ULONG nFlags);
Parameters
- nAngle
- [in] Specifies the angle for rotation, in degrees. Positive value means rotation counterclockwise.
- bkColor
- [in] Specifies the color of the background fill.
- nType
- [in] Specifies the method to be used. May be one of the following IXC_FreeRotate values.
- nFlags
- [in] Combination of flags which specifies how the data will be copied. For more details about this parameter, see enum IXC_ColorFlags.
Return Value
Returns S_OK if operation was successful or error code in other cases.