IPXS_EncodeFiltersArray::FilterParams Property

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 get_FilterParams([in]          ULONG              nIndex,
+
<pre class="brush:cpp;gutter:false">HRESULT get_FilterParams([in]          ULONG              Index,
                         [out, retval]  IPXS_PDFVariant**  pFilterParams);
+
                         [out, retval]  IPXS_PDFVariant**  FilterParams);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;nIndex
+
;Index
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXS_EncodeFiltersArray|IPXS_EncodeFiltersArray]]
 
[[PXV:IPXS_EncodeFiltersArray|IPXS_EncodeFiltersArray]]

Revision as of 07:16, 12 June 2015


Property FilterParams of interface IPXS_EncodeFiltersArray returns Pointer to IPXS_PDFVariant ...

Syntax

HRESULT get_FilterParams([in]           ULONG              Index,
                         [out, retval]  IPXS_PDFVariant**  FilterParams);

Parameters

Index
[in] Value of ULONG.

See Also

IPXS_EncodeFiltersArray