IPXV_FormatConverter::Extensions Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_FormatConverter::Extensions Property}}
 
{{#customTitle:IPXV_FormatConverter::Extensions Property}}
{{#parentPage:PXV:IPXV_FormatConverter#Properties|Extensions Property|property}}
+
{{#parentPage:PXV:IPXV_FormatConverter#Properties|Extensions|property}}
{{ToWrite}}
+
 
{{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 containing the supported extensions. For example "*.pptx".
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Extensions([out, retval]  BSTR*  ppExtensions);
+
<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]]

Latest revision as of 02:00, 27 April 2017


Property sExtensions of interface IPXV_FormatConverter returns Value of BSTR containing the supported extensions. For example "*.pptx".

Syntax

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

See Also

IPXV_FormatConverter