IIXC_Page::FreeRotate Method

From PDF XChange PDF SDK
Jump to: navigation, search
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}}
{{ToWrite}}
+
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
The method rotates the image page by a specified angle.
  
 
== Syntax ==
 
== Syntax ==
Line 15: Line 15:
 
== Parameters ==
 
== Parameters ==
 
;nAngle
 
;nAngle
:[in]  Value of double.
+
:[in]  Specifies the angle for rotation. Value must be in degrees.
 
;bkColor
 
;bkColor
:[in]  Value of ULONG.
+
:[in]  Specifies the color of the background fill.
 
;nType
 
;nType
:[in]  Value of [[PXV:IXC_FreeRotate|IXC_FreeRotate]].
+
:[in]  Specifies the method to be used. May be a combination of the following  [[PXV:IXC_FreeRotate|values]].
 
;nFlags
 
;nFlags
:[in]  Value of ULONG.
+
:[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 ==
See also [[PXV:IIXC_Page|IIXC_Page]].
+
:[[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 07:23, 29 April 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 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