IPXV_PageSizeCtl::Width Property

From PDF XChange PDF SDK
Jump to: navigation, search
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}}
{{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 ==
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 00:47, 19 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.