IIXC_Page::Height Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IIXC_Page::Height Property}} | {{#customTitle:IIXC_Page::Height Property}} | ||
− | {{#parentPage:PXV:IIXC_Page#Properties|Height | + | {{#parentPage:PXV:IIXC_Page#Properties|Height|property}} |
− | Property ''' | + | Property '''nHeight''' 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* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Height([out, retval] ULONG* nHeight); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
+ | [[PXV:IIXC_Page|IIXC_Page]] |
Latest revision as of 02: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);