IPXC_WatermarkParams::FontName Property

From PDF XChange PDF SDK
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