IPXV_FormatConverter::Name Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_FormatConverter::Name Property}}
 
{{#customTitle:IPXV_FormatConverter::Name Property}}
{{#parentPage:PXV:IPXV_FormatConverter|Name Property|property}}
+
{{#parentPage:PXV:IPXV_FormatConverter#Properties|Name|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Name''' of interface [[PXV:IPXV_FormatConverter|IPXV_FormatConverter]] returns  Value of BSTR ...
+
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 ==
<pre class="brush:cpp;gutter:false">HRESULT get_Name([out, retval]  BSTR*  ppName);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Name([out, retval]  BSTR*  sName);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_FormatConverter|IPXV_FormatConverter]].
+
[[PXV:IPXV_FormatConverter|IPXV_FormatConverter]]

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