IPXC_HeaderAndFooterParams::RightFooterText Property

From PDF XChange PDF SDK
Jump to: navigation, search
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* psRightFooterText);
+
<pre class="brush:cpp;gutter:false">HRESULT get_RightFooterText([out, retval] BSTR* sRightFooterText);
HRESULT put_RightFooterText([in] BSTR psRightFooterText);
+
HRESULT put_RightFooterText([in] BSTR sRightFooterText);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== 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 right footer text.

Syntax

HRESULT get_RightFooterText([out, retval]  BSTR*  sRightFooterText);
HRESULT put_RightFooterText([in]  BSTR  sRightFooterText);

See Also

IPXC_HeaderAndFooterParams