IPXC_HeaderAndFooterParams::LeftFooterText Property

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

Revision as of 05:30, 15 April 2015

Gets/sets left footer text.

Syntax

HRESULT get_LeftFooterText([out, retval] BSTR* psLeftFooterText);
HRESULT put_LeftFooterText([in] BSTR psLeftFooterText);

See Also

See also IPXC_HeaderAndFooterParams.