IPXS_EncodeFilter::GetDecodeParams Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXS_EncodeFilter::GetDecodeParams Method}}
 
{{#customTitle:IPXS_EncodeFilter::GetDecodeParams Method}}
{{#parentPage:PXV:IPXS_EncodeFilter|method}}
+
{{#parentPage:PXV:IPXS_EncodeFilter|GetDecodeParams Method|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT GetDecodeParams(IPXS_Document* pDoc, [out, retval] IPXS_PDFVariant** pParams);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT GetDecodeParams(               IPXS_Document*     pDoc,
 +
                        [out, retval] IPXS_PDFVariant** pParams);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''pDoc''
+
;pDoc
 
: Pointer to [[PXV:IPXS_Document|IPXS_Document]].
 
: Pointer to [[PXV:IPXS_Document|IPXS_Document]].
;''pParams''
+
;pParams
 
:[out, retval]  Pointer to [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]].
 
:[out, retval]  Pointer to [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]].
  

Revision as of 06:15, 23 April 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetDecodeParams(               IPXS_Document*     pDoc,
                        [out, retval]  IPXS_PDFVariant**  pParams);

Parameters

pDoc
Pointer to IPXS_Document.
pParams
[out, retval] Pointer to IPXS_PDFVariant.

Return Value

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

See Also

See also IPXS_EncodeFilter.