IPXC_HeaderAndFooterParams::LeftFooterText Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 7: Line 7:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_LeftFooterText([out, retval]  BSTR*  sLeftFooterText);
+
<pre class="brush:cpp;gutter:false">HRESULT get_LeftFooterText([out, retval]  BSTR*  LeftFooterText);
HRESULT put_LeftFooterText([in]  BSTR  sLeftFooterText);
+
HRESULT put_LeftFooterText([in]  BSTR  LeftFooterText);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_HeaderAndFooterParams|IPXC_HeaderAndFooterParams]]
 
[[PXV:IPXC_HeaderAndFooterParams|IPXC_HeaderAndFooterParams]]

Revision as of 07:05, 12 June 2015

Gets/sets left footer text.

Syntax

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

See Also

IPXC_HeaderAndFooterParams