IPXV_FormatConverter::FilterName Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''FilterName''' of interface [[PXV:IPXV_FormatConverter|IPXV_FormatConverter]] returns  Value of BSTR ...
+
Property '''sFilterName''' of interface [[PXV:IPXV_FormatConverter|IPXV_FormatConverter]] returns  Value of BSTR ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_FilterName([out, retval]  BSTR*  FilterName);
+
<pre class="brush:cpp;gutter:false">HRESULT get_FilterName([out, retval]  BSTR*  sFilterName);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_FormatConverter|IPXV_FormatConverter]]
 
[[PXV:IPXV_FormatConverter|IPXV_FormatConverter]]

Revision as of 03:54, 15 June 2015


Property sFilterName of interface IPXV_FormatConverter returns Value of BSTR ...

Syntax

HRESULT get_FilterName([out, retval]  BSTR*  sFilterName);

See Also

IPXV_FormatConverter