IPXC_HeaderAndFooterParams::FontName Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:IPXC_HeaderAndFooterParams::FontName Property}}
 
{{#customTitle:IPXC_HeaderAndFooterParams::FontName Property}}
  
Property '''FontName''' of interface [[PXV:IPXC_HeaderAndFooterParams|IPXC_HeaderAndFooterParams]] returns/sets Value of BSTR ...
+
Gets/sets header and footer text's font name.
 
+
  
 
== Syntax ==
 
== Syntax ==

Revision as of 05:29, 15 April 2015

Gets/sets header and footer text's font name.

Syntax

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

See Also

See also IPXC_HeaderAndFooterParams.