IIXC_Page::DeskewEx Method

From PDF XChange PDF SDK
Revision as of 00:43, 9 May 2019 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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.

See Also

IIXC_Page