IIXC_Page::Width Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
{{#parentPage:PXV:IIXC_Page#Properties|Width|property}} | {{#parentPage:PXV:IIXC_Page#Properties|Width|property}} | ||
− | Property ''' | + | Property '''nWidth''' of the [[PXV:IIXC_Page|IIXC_Page]] interface returns the width of the page in pixels into a specified variable. |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Width([out, retval] ULONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Width([out, retval] ULONG* nWidth); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IIXC_Page|IIXC_Page]] | [[PXV:IIXC_Page|IIXC_Page]] |
Latest revision as of 02:17, 15 June 2015
Property nWidth of the IIXC_Page interface returns the width of the page in pixels into a specified variable.
Syntax
HRESULT get_Width([out, retval] ULONG* nWidth);