IPXC_WatermarkParams::FontName Property

From PDF XChange PDF SDK
Jump to: navigation, search
 
Line 4: Line 4:
 
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|FontName|property}}
 
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|FontName|property}}
  
Gets/sets watermark text font name. The Font Name defines the Italic and Bold properties of the text.
+
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 ==

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