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 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_PageSizeCtl::Width Property}}
 
{{#customTitle:IPXV_PageSizeCtl::Width Property}}
{{#parentPage:PXV:IPXV_PageSizeCtl|property}}
+
{{#parentPage:PXV:IPXV_PageSizeCtl|Width Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
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* pWidth);
HRESULT put_Width([in] double pWidth);
+
HRESULT put_Width([in] double pWidth);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXV_PageSizeCtl|IPXV_PageSizeCtl]].
 
See also [[PXV:IPXV_PageSizeCtl|IPXV_PageSizeCtl]].

Revision as of 06:29, 23 April 2015


Property Width of interface IPXV_PageSizeCtl returns/sets Value of double ...

Syntax

HRESULT get_Width([out, retval]  double*  pWidth);
HRESULT put_Width([in]  double  pWidth);

See Also

See also IPXV_PageSizeCtl.