IPXC_DocFontsInfo::Name Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_DocFontsInfo::Name Property}}
 
{{#customTitle:IPXC_DocFontsInfo::Name Property}}
{{#parentPage:PXV:IPXC_DocFontsInfo|Name Property|property}}
+
{{#parentPage:PXV:IPXC_DocFontsInfo#Properties|Name|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Name''' of interface [[PXV:IPXC_DocFontsInfo|IPXC_DocFontsInfo]] returns  Value of BSTR ...
+
Property '''sName''' of interface [[PXV:IPXC_DocFontsInfo|IPXC_DocFontsInfo]] returns  Value of BSTR ...
  
 
== 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 ==
[[PXV:IPXC_DocFontsInfo|IPXC_DocFontsInfo]].
+
[[PXV:IPXC_DocFontsInfo|IPXC_DocFontsInfo]]

Latest revision as of 03:23, 15 June 2015


Property sName of interface IPXC_DocFontsInfo returns Value of BSTR ...

Syntax

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

See Also

IPXC_DocFontsInfo