IPXC_HeaderAndFooterParams::RightFooterText Property
From PDF XChange PDF SDK
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::RightFooterText Property}} | {{#customTitle:IPXC_HeaderAndFooterParams::RightFooterText Property}} | ||
+ | {{#parentPage:PXV:IPXC_HeaderAndFooterParams#Properties|RightFooterText|property}} | ||
Gets/sets right footer text. | Gets/sets right footer text. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_RightFooterText([out, retval] BSTR* | + | <pre class="brush:cpp;gutter:false">HRESULT get_RightFooterText([out, retval] BSTR* sRightFooterText); |
− | HRESULT put_RightFooterText([in] BSTR | + | HRESULT put_RightFooterText([in] BSTR sRightFooterText); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_HeaderAndFooterParams|IPXC_HeaderAndFooterParams]] |
Latest revision as of 02:29, 15 June 2015
Gets/sets right footer text.
Syntax
HRESULT get_RightFooterText([out, retval] BSTR* sRightFooterText); HRESULT put_RightFooterText([in] BSTR sRightFooterText);