IPXC_HeaderAndFooterParams::CenterFooterText Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_HeaderAndFooterParams::CenterFooterText Property}}
 
{{#customTitle:IPXC_HeaderAndFooterParams::CenterFooterText Property}}
{{#parentPage:PXV:IPXC_HeaderAndFooterParams|CenterFooterText Property|property}}
+
{{#parentPage:PXV:IPXC_HeaderAndFooterParams#Properties|CenterFooterText|property}}
 
+
  
 
Gets/sets central footer text.
 
Gets/sets central footer text.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_CenterFooterText([out, retval]  BSTR*  ppCenterFooterText);
+
<pre class="brush:cpp;gutter:false">HRESULT get_CenterFooterText([out, retval]  BSTR*  sCenterFooterText);
HRESULT put_CenterFooterText([in]  BSTR  ppCenterFooterText);
+
HRESULT put_CenterFooterText([in]  BSTR  sCenterFooterText);
 
</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 central footer text.

Syntax

HRESULT get_CenterFooterText([out, retval]  BSTR*  sCenterFooterText);
HRESULT put_CenterFooterText([in]  BSTR  sCenterFooterText);

See Also

IPXC_HeaderAndFooterParams