IPXC_HeaderAndFooterParams::LeftFooterText Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_HeaderAndFooterParams::LeftFooterText Property}}
 
{{#customTitle:IPXC_HeaderAndFooterParams::LeftFooterText Property}}
 +
{{#parentPage:PXV:IPXC_HeaderAndFooterParams#Properties|LeftFooterText|property}}
  
 
Gets/sets left footer text.
 
Gets/sets left footer text.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_LeftFooterText([out, retval] BSTR* psLeftFooterText);
+
<pre class="brush:cpp;gutter:false">HRESULT get_LeftFooterText([out, retval] BSTR* sLeftFooterText);
HRESULT put_LeftFooterText([in] BSTR psLeftFooterText);
+
HRESULT put_LeftFooterText([in] BSTR sLeftFooterText);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_HeaderAndFooterParams|IPXC_HeaderAndFooterParams]].
+
[[PXV:IPXC_HeaderAndFooterParams|IPXC_HeaderAndFooterParams]]

Latest revision as of 03:29, 15 June 2015

Gets/sets left footer text.

Syntax

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

See Also

IPXC_HeaderAndFooterParams