IPXV_FormatConverter::Name Property

From PDF XChange PDF SDK
Jump to: navigation, search
 
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''sName''' of interface [[PXV:IPXV_FormatConverter|IPXV_FormatConverter]] returns  Value of BSTR containing the name of the converter that would be displayed in the converters' list.
+
Property '''sName''' of interface [[PXV:IPXV_FormatConverter|IPXV_FormatConverter]] returns  Value of BSTR containing the name of the converter that would be displayed in the converters list.
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 02:01, 27 April 2017


Property sName of interface IPXV_FormatConverter returns Value of BSTR containing the name of the converter that would be displayed in the converters list.

Syntax

HRESULT get_Name([out, retval]  BSTR*  sName);

See Also

IPXV_FormatConverter