IPXC_WatermarkParams::FontName Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 4: Line 4:
 
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|FontName|property}}
 
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|FontName|property}}
  
Gets/sets watermark text font name.
+
Gets/sets watermark text font name. The Font Name defines the Italic and Bold properties of the text.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 05:39, 16 March 2017

Gets/sets watermark text font name. The Font Name defines the Italic and Bold properties of the text.

Syntax

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

See Also

IPXC_WatermarkParams