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)
Line 8: Line 8:
  
 
== 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 ==
 
[[PXV:IPXV_PageSizeCtl|IPXV_PageSizeCtl]], [[PXV:IPXV_PageSizeCtl_Height|Height]]
 
[[PXV:IPXV_PageSizeCtl|IPXV_PageSizeCtl]], [[PXV:IPXV_PageSizeCtl_Height|Height]]

Revision as of 02:45, 4 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