IPXV_PageSizeCtl::Height Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_PageSizeCtl::Height Property}}
 
{{#customTitle:IPXV_PageSizeCtl::Height Property}}
{{#parentPage:PXV:IPXV_PageSizeCtl|property}}
+
{{#parentPage:PXV:IPXV_PageSizeCtl#Properties|Height|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Height''' of interface [[PXV:IPXV_PageSizeCtl|IPXV_PageSizeCtl]] returns/sets  Value of double ...
+
Get the selected height of the page
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Height([out, retval] double* pHeight);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Height([out, retval] double* nHeight);
HRESULT put_Height([in] double pHeight);
+
HRESULT put_Height([in] double nHeight);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_PageSizeCtl|IPXV_PageSizeCtl]].
+
[[PXV:IPXV_PageSizeCtl|IPXV_PageSizeCtl]], [[PXV:IPXV_PageSizeCtl_Width|Width]]

Latest revision as of 04:02, 15 June 2015


Get the selected height of the page

Syntax

HRESULT get_Height([out, retval]  double*  nHeight);
HRESULT put_Height([in]  double  nHeight);

See Also

IPXV_PageSizeCtl, Width