IPXS_EncodeFilter::Init Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXS_EncodeFilter::Init Method}}
 
{{#customTitle:IPXS_EncodeFilter::Init Method}}
{{#parentPage:PXV:IPXS_EncodeFilter#Methods|Init Method|method}}
+
{{#parentPage:PXV:IPXS_EncodeFilter#Methods|Init|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 11: Line 11:
 
<pre class="brush:cpp;gutter:false">HRESULT Init([in]  IPXS_EncodeFilter*  pPrevFilter,
 
<pre class="brush:cpp;gutter:false">HRESULT Init([in]  IPXS_EncodeFilter*  pPrevFilter,
 
             [in]  IPXS_PDFVariant*    pEncodeParams,
 
             [in]  IPXS_PDFVariant*    pEncodeParams,
             [in]  PXS_StreamInfo*    pStreamInfo,
+
             [in]  PXS_StreamInfo*    stStreamInfo,
             [in]  ULONG              dwFlags);</pre>
+
             [in]  ULONG              nFlags);</pre>
  
 
== Parameters ==
 
== Parameters ==
Line 19: Line 19:
 
;pEncodeParams
 
;pEncodeParams
 
:[in]  Pointer to [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]].
 
:[in]  Pointer to [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]].
;pStreamInfo
+
;stStreamInfo
 
:[in]  Pointer to [[PXV:PXS_StreamInfo|PXS_StreamInfo]].
 
:[in]  Pointer to [[PXV:PXS_StreamInfo|PXS_StreamInfo]].
;dwFlags
+
;nFlags
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  
Line 28: Line 28:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXS_EncodeFilter|IPXS_EncodeFilter]].
+
[[PXV:IPXS_EncodeFilter|IPXS_EncodeFilter]]

Latest revision as of 03:40, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT Init([in]  IPXS_EncodeFilter*  pPrevFilter,
             [in]  IPXS_PDFVariant*    pEncodeParams,
             [in]  PXS_StreamInfo*     stStreamInfo,
             [in]  ULONG               nFlags);

Parameters

pPrevFilter
[in] Pointer to IPXS_EncodeFilter.
pEncodeParams
[in] Pointer to IPXS_PDFVariant.
stStreamInfo
[in] Pointer to PXS_StreamInfo.
nFlags
[in] Value of ULONG.

Return Value

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

See Also

IPXS_EncodeFilter