IPXC_HeaderAndFooterParams::TopMargin Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
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::TopMargin Property}}
 
{{#customTitle:IPXC_HeaderAndFooterParams::TopMargin Property}}
 +
{{#parentPage:PXV:IPXC_HeaderAndFooterParams#Properties|TopMargin|property}}
  
Property '''TopMargin''' of interface [[PXV:IPXC_HeaderAndFooterParams|IPXC_HeaderAndFooterParams]] returns/sets Value of float ...
+
Gets/sets header and footer area's top margin.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_TopMargin([out, retval] float* pTopMargin);
+
<pre class="brush:cpp;gutter:false">HRESULT get_TopMargin([out, retval] float* nTopMargin);
HRESULT put_TopMargin([in] float pTopMargin);
+
HRESULT put_TopMargin([in] float nTopMargin);
 
</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 header and footer area's top margin.

Syntax

HRESULT get_TopMargin([out, retval]  float*  nTopMargin);
HRESULT put_TopMargin([in]  float  nTopMargin);

See Also

IPXC_HeaderAndFooterParams