IPXV_FormatConverter::ID Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''ID''' of interface [[PXV:IPXV_FormatConverter|IPXV_FormatConverter]] returns  Value of BSTR ...
+
Property '''ID''' of interface [[PXV:IPXV_FormatConverter|IPXV_FormatConverter]] returns  Value of BSTR containing the unique ID of the converter, for example "conv.exp.office.pptx".
  
 
== Syntax ==
 
== Syntax ==

Revision as of 01:51, 27 April 2017


Property ID of interface IPXV_FormatConverter returns Value of BSTR containing the unique ID of the converter, for example "conv.exp.office.pptx".

Syntax

HRESULT get_ID([out, retval]  BSTR*  sID);

See Also

IPXV_FormatConverter