IIXC_Page::Height Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IIXC_Page::Height Property}}
 
{{#customTitle:IIXC_Page::Height Property}}
{{#parentPage:PXV:IIXC_Page|Height Property|property}}
+
{{#parentPage:PXV:IIXC_Page#Properties|Height|property}}
  
{{ToReview}}
+
Property '''nHeight''' of interface [[PXV:IIXC_Page|IIXC_Page]] returns the height of the page in pixels in the '''nHeight''' variable.
 
+
Property '''Height''' of interface [[PXV:IIXC_Page|IIXC_Page]] returns the variable which will receive the width of the page in pixels.
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Height([out, retval]  ULONG*  pHeight);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Height([out, retval]  ULONG*  nHeight);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
:[[PXV:IIXC_Page|IIXC_Page]].
+
[[PXV:IIXC_Page|IIXC_Page]]

Latest revision as of 03:17, 15 June 2015

Property nHeight of interface IIXC_Page returns the height of the page in pixels in the nHeight variable.

Syntax

HRESULT get_Height([out, retval]  ULONG*  nHeight);

See Also

IIXC_Page