IUIX_Font::FaceName Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Font::FaceName Property}}
 
{{#customTitle:IUIX_Font::FaceName Property}}
{{#parentPage:PXV:IUIX_Font|FaceName Property|property}}
+
{{#parentPage:PXV:IUIX_Font#Properties|FaceName|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''FaceName''' of interface [[PXV:IUIX_Font|IUIX_Font]] returns  Value of BSTR ...
+
Property '''sFaceName''' of interface [[PXV:IUIX_Font|IUIX_Font]] returns  Value of BSTR ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_FaceName([out, retval]  BSTR*  ppFaceName);
+
<pre class="brush:cpp;gutter:false">HRESULT get_FaceName([out, retval]  BSTR*  sFaceName);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Font|IUIX_Font]].
+
[[PXV:IUIX_Font|IUIX_Font]]

Latest revision as of 04:22, 15 June 2015


Property sFaceName of interface IUIX_Font returns Value of BSTR ...

Syntax

HRESULT get_FaceName([out, retval]  BSTR*  sFaceName);

See Also

IUIX_Font