IPXV_PageSizeCtl::Width Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_PageSizeCtl::Width Property}} | {{#customTitle:IPXV_PageSizeCtl::Width Property}} | ||
+ | {{#parentPage:PXV:IPXV_PageSizeCtl#Properties|Width|property}} | ||
+ | {{ToReview}} | ||
− | + | Get the selected width of the page | |
− | + | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Width([out, retval] double* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Width([out, retval] double* nWidth); |
− | HRESULT put_Width([in] double | + | HRESULT put_Width([in] double nWidth); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_PageSizeCtl|IPXV_PageSizeCtl]], [[PXV:IPXV_PageSizeCtl_Height|Height]] |
Latest revision as of 03:02, 15 June 2015
Get the selected width of the page
Syntax
HRESULT get_Width([out, retval] double* nWidth); HRESULT put_Width([in] double nWidth);