IPXC_WatermarkParams::FontName Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(7 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_WatermarkParams::FontName Property}}
 
{{#customTitle:IPXC_WatermarkParams::FontName Property}}
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|FontName Property|property}}
+
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|FontName|property}}
{{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*  ppFontName);
+
<pre class="brush:cpp;gutter:false">HRESULT get_FontName([out, retval]  BSTR*  sFontName);
HRESULT put_FontName([in]  BSTR  ppFontName);
+
HRESULT put_FontName([in]  BSTR  sFontName);
 
</pre>
 
</pre>
  
 
== 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