IIXC_Page::FreeRotate Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 19: Line 19:
 
:[in]  Specifies the color of the background fill.
 
:[in]  Specifies the color of the background fill.
 
;nType
 
;nType
:[in]  Specifies the method to be used. May be a combination of the following [[PXV:IXC_FreeRotate|values]].
+
:[in]  Specifies the method to be used. May be a combination of the following [[PXV:IXC_FreeRotate|IXC_FreeRotate values]].
 
;nFlags
 
;nFlags
 
:[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]].
 
:[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]].

Revision as of 09:09, 18 May 2015


The method rotates the image page by a specified angle.

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 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.

See Also

IIXC_Page
IIXC_Page::Place
IIXC_Page::AlphaPlace
IIXC_Page::Tile
IIXC_Page::AlphaTile
IIXC_Page::Deskew
IXC_FreeRotate
IXC_ColorFlags