IPXV_PageSizeCtl::Width Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IPXV_PageSizeCtl::Width Property}} | {{#customTitle:IPXV_PageSizeCtl::Width Property}} | ||
{{#parentPage:PXV:IPXV_PageSizeCtl|Width Property|property}} | {{#parentPage:PXV:IPXV_PageSizeCtl|Width Property|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Get the selected width of the page | |
== Syntax == | == Syntax == | ||
Line 13: | Line 12: | ||
== See Also == | == See Also == | ||
− | See also [[PXV:IPXV_PageSizeCtl|IPXV_PageSizeCtl]]. | + | See also [[PXV:IPXV_PageSizeCtl|IPXV_PageSizeCtl]], [[PXV:IPXV_PageSizeCtl_Height|Height]]. |
Revision as of 23:47, 18 May 2015
Get the selected width of the page
Syntax
HRESULT get_Width([out, retval] double* pWidth); HRESULT put_Width([in] double pWidth);
See Also
See also IPXV_PageSizeCtl, Height.