IPXV_FormatConverter::MIME Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IPXV_FormatConverter::MIME Property}}
 
{{#customTitle:IPXV_FormatConverter::MIME Property}}
 
{{#parentPage:PXV:IPXV_FormatConverter#Properties|MIME|property}}
 
{{#parentPage:PXV:IPXV_FormatConverter#Properties|MIME|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''sMIME''' of interface [[PXV:IPXV_FormatConverter|IPXV_FormatConverter]] returns  Value of BSTR ...
+
Property '''sMIME''' of interface [[PXV:IPXV_FormatConverter|IPXV_FormatConverter]] returns  Value of BSTR containing MIME type of the converted type. For example "application/vnd.openxmlformats-officedocument.presentationml.presentation".
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 02:00, 27 April 2017


Property sMIME of interface IPXV_FormatConverter returns Value of BSTR containing MIME type of the converted type. For example "application/vnd.openxmlformats-officedocument.presentationml.presentation".

Syntax

HRESULT get_MIME([out, retval]  BSTR*  sMIME);

See Also

IPXV_FormatConverter