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)
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_LeftFooterText([out, retval]  BSTR*  ppLeftFooterText);
+
<pre class="brush:cpp;gutter:false">HRESULT get_LeftFooterText([out, retval]  BSTR*  sLeftFooterText);
HRESULT put_LeftFooterText([in]  BSTR  ppLeftFooterText);
+
HRESULT put_LeftFooterText([in]  BSTR  sLeftFooterText);
 
</pre>
 
</pre>
  
 
== 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