IPXC_HeaderAndFooterParams::PageNumberFormat Property

From PDF XChange PDF SDK
Jump to: navigation, search
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_PageNumberFormat([out, retval]  BSTR*  sPageNumberFormate);
+
<pre class="brush:cpp;gutter:false">HRESULT get_PageNumberFormat([out, retval]  BSTR*  PageNumberFormate);
HRESULT put_PageNumberFormat([in]  BSTR  sPageNumberFormate);
+
HRESULT put_PageNumberFormat([in]  BSTR  PageNumberFormate);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_HeaderAndFooterParams|IPXC_HeaderAndFooterParams]]
 
[[PXV:IPXC_HeaderAndFooterParams|IPXC_HeaderAndFooterParams]]

Revision as of 07:05, 12 June 2015

Gets/sets header and footer page number macro format.

Syntax

HRESULT get_PageNumberFormat([out, retval]  BSTR*  PageNumberFormate);
HRESULT put_PageNumberFormat([in]  BSTR  PageNumberFormate);

See Also

IPXC_HeaderAndFooterParams