IPXC_HeaderAndFooterParams::LeftFooterText Property
From PDF XChange PDF SDK
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* | + | <pre class="brush:cpp;gutter:false">HRESULT get_LeftFooterText([out, retval] BSTR* sLeftFooterText); |
− | HRESULT put_LeftFooterText([in] BSTR | + | HRESULT put_LeftFooterText([in] BSTR sLeftFooterText); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXC_HeaderAndFooterParams|IPXC_HeaderAndFooterParams]] | [[PXV:IPXC_HeaderAndFooterParams|IPXC_HeaderAndFooterParams]] |
Revision as of 01:18, 4 June 2015
Gets/sets left footer text.
Syntax
HRESULT get_LeftFooterText([out, retval] BSTR* sLeftFooterText); HRESULT put_LeftFooterText([in] BSTR sLeftFooterText);