IIXC_Page::DeskewEx Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT DeskewEx([in] ULONG nBkColor, [in] IXC_FreeRotate nType, [in] ULONG nColorFlags, [in, defaultvalue(0)] VARIANT_BOOL bCalcOnly, [out, retval] double* pAngle);
Parameters
- nBkColor
- [in] Value of ULONG.
- nType
- [in] Value of IXC_FreeRotate.
- nColorFlags
- [in] Value of ULONG.
- bCalcOnly
- [in, defaultvalue(0)] Value of VARIANT_BOOL.
- pAngle
- [out, retval] Pointer to double.
Return Value
Returns S_OK if operation was successful or error code in other cases.