IIXC_Page::Height Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 4: Line 4:
 
{{#parentPage:PXV:IIXC_Page#Properties|Height|property}}
 
{{#parentPage:PXV:IIXC_Page#Properties|Height|property}}
  
Property '''Height''' of interface [[PXV:IIXC_Page|IIXC_Page]] returns the height of the page in pixels in the '''pHeight''' variable.
+
Property '''Height''' of interface [[PXV:IIXC_Page|IIXC_Page]] returns the height of the page in pixels in the '''nHeight''' variable.
  
 
== 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]]

Revision as of 02:09, 4 June 2015

Property Height 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