IPXS_EncodeFiltersArray::FilterName 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_FilterName([in]          ULONG  nIndex,
+
<pre class="brush:cpp;gutter:false">HRESULT get_FilterName([in]          ULONG  Index,
                       [out, retval]  ULONG*  nFilterName);
+
                       [out, retval]  ULONG*  FilterName);
 
</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 FilterName of interface IPXS_EncodeFiltersArray returns Value of ULONG ...

Syntax

HRESULT get_FilterName([in]           ULONG   Index,
                       [out, retval]  ULONG*  FilterName);

Parameters

Index
[in] Value of ULONG.

See Also

IPXS_EncodeFiltersArray