IPXV_FormatConverter::Extensions 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 '''Extensions''' of interface [[PXV:IPXV_FormatConverter|IPXV_FormatConverter]] returns  Value of BSTR ...
+
Property '''sExtensions''' of interface [[PXV:IPXV_FormatConverter|IPXV_FormatConverter]] returns  Value of BSTR ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Extensions([out, retval]  BSTR*  Extensions);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Extensions([out, retval]  BSTR*  sExtensions);
 
</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 sExtensions of interface IPXV_FormatConverter returns Value of BSTR ...

Syntax

HRESULT get_Extensions([out, retval]  BSTR*  sExtensions);

See Also

IPXV_FormatConverter