IPXC_HeaderAndFooterParams::CenterFooterText Property

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

Revision as of 05:27, 15 April 2015

Gets/sets central footer text.

Syntax

HRESULT get_CenterFooterText([out, retval] BSTR* psCenterFooterText);
HRESULT put_CenterFooterText([in] BSTR psCenterFooterText);

See Also

See also IPXC_HeaderAndFooterParams.