IIXC_Page::Deskew Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 5: Line 5:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT Deskew([in] ULONG bkColor, [in] IXC_FreeRotate Type, [in] ULONG Flags);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT Deskew([in] ULONG bkColor, [in] IXC_FreeRotate nType, [in] ULONG nFlags);</pre>
  
 
== Parameters ==
 
== Parameters ==
 
;''bkColor''
 
;''bkColor''
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
;''Type''
+
;''nType''
 
:[in]  Value of [[PXV:IXC_FreeRotate|IXC_FreeRotate]].
 
:[in]  Value of [[PXV:IXC_FreeRotate|IXC_FreeRotate]].
;''Flags''
+
;''nFlags''
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  

Revision as of 11:33, 24 March 2015

The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT Deskew([in] ULONG bkColor, [in] IXC_FreeRotate nType, [in] ULONG nFlags);

Parameters

bkColor
[in] Value of ULONG.
nType
[in] Value of IXC_FreeRotate.
nFlags
[in] Value of ULONG.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

See also IIXC_Page.