IIXC_Page::Width Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 7: | Line 7: | ||
== 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* Width); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IIXC_Page|IIXC_Page]] | [[PXV:IIXC_Page|IIXC_Page]] |
Revision as of 05:51, 12 June 2015
Property Width of the IIXC_Page interface returns the width of the page in pixels into a specified variable.
Syntax
HRESULT get_Width([out, retval] ULONG* Width);