IPXC_HeaderAndFooterParams::LeftFooterText Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(10 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|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* | + | <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]] |
Latest revision as of 02:29, 15 June 2015
Gets/sets left footer text.
Syntax
HRESULT get_LeftFooterText([out, retval] BSTR* sLeftFooterText); HRESULT put_LeftFooterText([in] BSTR sLeftFooterText);