IIXC_Page::Deskew Method
From Tracker Software PDF SDK
m (Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IIXC_Page::Deskew Method}} | {{#customTitle:IIXC_Page::Deskew Method}} | ||
{{#parentPage:PXV:IIXC_Page|Deskew Method|method}} | {{#parentPage:PXV:IIXC_Page|Deskew Method|method}} | ||
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | The method of | + | The method examines the page to determine if it is necessary to rotate the page to orient the image parallel to the axis. This function is useful for adjusting the orientation of scanned images. |
== Syntax == | == Syntax == | ||
Line 14: | Line 14: | ||
== Parameters == | == Parameters == | ||
;bkColor | ;bkColor | ||
− | :[in] | + | :[in] Specifies the background color to be used for page rotation. For more information see method [[PXV:IIXC_Page_FreeRotate|IIXC_Page::FreeRotate]]. |
;nType | ;nType | ||
− | :[in] | + | :[in] Specifies the method of [[PXV:IXC_FreeRotate|rotation]] to be used. See method [[PXV:IIXC_Page_FreeRotate|IIXC_Page::FreeRotate]] for more information about possible 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 24: | Line 24: | ||
== 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_FreeRotate|IIXC_Page::FreeRotate]] | ||
+ | :[[PXV:IXC_FreeRotate|IXC_FreeRotate]] |
Revision as of 07:12, 29 April 2015
The method examines the page to determine if it is necessary to rotate the page to orient the image parallel to the axis. This function is useful for adjusting the orientation of scanned images.
Contents
Syntax
HRESULT Deskew([in] ULONG bkColor, [in] IXC_FreeRotate nType, [in] ULONG nFlags);
Parameters
- bkColor
- [in] Specifies the background color to be used for page rotation. For more information see method IIXC_Page::FreeRotate.
- nType
- [in] Specifies the method of rotation to be used. See method IIXC_Page::FreeRotate for more information about possible 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.