IPXV_PageSizeCtl::Width Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(9 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|property}}
+
{{#parentPage:PXV:IPXV_PageSizeCtl#Properties|Width|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Width''' of interface [[PXV:IPXV_PageSizeCtl|IPXV_PageSizeCtl]] returns/sets  Value of double ...
+
Get the selected width of the page
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Width([out, retval] double* pWidth);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Width([out, retval] double* nWidth);
HRESULT put_Width([in] double pWidth);
+
HRESULT put_Width([in] double nWidth);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_PageSizeCtl|IPXV_PageSizeCtl]].
+
[[PXV:IPXV_PageSizeCtl|IPXV_PageSizeCtl]], [[PXV:IPXV_PageSizeCtl_Height|Height]]

Latest revision as of 04: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);

See Also

IPXV_PageSizeCtl, Height