IPXV_FormatConverter::Extensions Property

From PDF XChange PDF SDK
Revision as of 02:00, 27 April 2017 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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