IPXC_WatermarkParams::FontName Property

From PDF XChange PDF SDK
Revision as of 08:24, 16 March 2017 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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