IIXC_Page::FreeRotate Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
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}} | ||
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | The method | + | The method rotates the image page by a specified angle. |
== Syntax == | == Syntax == | ||
Line 15: | Line 15: | ||
== Parameters == | == Parameters == | ||
;nAngle | ;nAngle | ||
− | :[in] Value | + | :[in] Specifies the angle for rotation. Value must be in degrees. |
;bkColor | ;bkColor | ||
− | :[in] | + | :[in] Specifies the color of the background fill. |
;nType | ;nType | ||
− | :[in] | + | :[in] Specifies the method to be used. May be a combination of the following [[PXV:IXC_FreeRotate|values]]. |
;nFlags | ;nFlags | ||
− | :[in] | + | :[in] Combination of [[PXV:IXC_ColorFlags|flags]] which specifies how the data will be copied. For more details about this parameter, see enum [[PXV:IXC_ColorFlags|IXC_ColorFlags]]. |
== Return Value == | == Return Value == | ||
Line 27: | Line 27: | ||
== See Also == | == See Also == | ||
− | + | :[[PXV:IIXC_Page|IIXC_Page]] | |
+ | :[[PXV:IIXC_Page_Place|IIXC_Page::Place]] | ||
+ | :[[PXV:IIXC_Page_AlphaPlace|IIXC_Page::AlphaPlace]] | ||
+ | :[[PXV:IIXC_Page_Tile|IIXC_Page::Tile]] | ||
+ | :[[PXV:IIXC_Page_AlphaTile|IIXC_Page::AlphaTile]] | ||
+ | :[[PXV:IIXC_Page_Deskew|IIXC_Page::Deskew]] | ||
+ | :[[PXV:IXC_FreeRotate|IXC_FreeRotate]] | ||
+ | :[[PXV:IXC_ColorFlags|IXC_ColorFlags]] |
Revision as of 06:23, 29 April 2015
The method rotates the image page by a specified angle.
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. Value must be in degrees.
- bkColor
- [in] Specifies the color of the background fill.
- nType
- [in] Specifies the method to be used. May be a combination of the following 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.