IPXC_WatermarkParams::FontName Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_WatermarkParams::FontName Property}}
 
{{#customTitle:IPXC_WatermarkParams::FontName Property}}
{{#parentPage:PXV:IPXC_WatermarkParams|property}}
+
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|FontName|property}}
{{ToWrite}}
+
{{ToReview}}
+
  
Gets/sets watermark text font name.
+
Gets/sets watermark text font name. The Font Name defines the Italic and Bold properties of the text.<br />
 +
The PostScript name or a FaceName (from the Control Panel\All Control Panel Items\Fonts\) of the font is supported as this parameter.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_FontName([out, retval] BSTR* psFontName);
+
<pre class="brush:cpp;gutter:false">HRESULT get_FontName([out, retval] BSTR* sFontName);
HRESULT put_FontName([in] BSTR psFontName);
+
HRESULT put_FontName([in] BSTR sFontName);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]].
+
[[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]]

Latest revision as of 08:24, 16 March 2017

Gets/sets watermark text font name. The Font Name defines the Italic and Bold properties of the text.
The PostScript name or a FaceName (from the Control Panel\All Control Panel Items\Fonts\) of the font is supported as this parameter.

Syntax

HRESULT get_FontName([out, retval]  BSTR*  sFontName);
HRESULT put_FontName([in]  BSTR  sFontName);

See Also

IPXC_WatermarkParams