IPXS_DecodeFilter::Init Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT Init(  IPXS_DecodeFilter*  pPrevFilter,
+
<pre class="brush:cpp;gutter:false">HRESULT Init(  IPXS_DecodeFilter*  PrevFilter,
               IPXS_PDFVariant*    pDecodeParams,
+
               IPXS_PDFVariant*    DecodeParams,
               IPXS_Document*      pDoc,
+
               IPXS_Document*      Doc,
               ULONG              nFlags);</pre>
+
               ULONG              Flags);</pre>
  
 
== Parameters ==
 
== Parameters ==
;pPrevFilter
+
;PrevFilter
 
: Pointer to [[PXV:IPXS_DecodeFilter|IPXS_DecodeFilter]].
 
: Pointer to [[PXV:IPXS_DecodeFilter|IPXS_DecodeFilter]].
;pDecodeParams
+
;DecodeParams
 
: Pointer to [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]].
 
: Pointer to [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]].
;pDoc
+
;Doc
 
: Pointer to [[PXV:IPXS_Document|IPXS_Document]].
 
: Pointer to [[PXV:IPXS_Document|IPXS_Document]].
;nFlags
+
;Flags
 
: Value of ULONG.
 
: Value of ULONG.
  

Revision as of 07:16, 12 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT Init(  IPXS_DecodeFilter*  PrevFilter,
               IPXS_PDFVariant*    DecodeParams,
               IPXS_Document*      Doc,
               ULONG               Flags);

Parameters

PrevFilter
Pointer to IPXS_DecodeFilter.
DecodeParams
Pointer to IPXS_PDFVariant.
Doc
Pointer to IPXS_Document.
Flags
Value of ULONG.

Return Value

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

See Also

IPXS_DecodeFilter