Accusoft.PdfXpress6.Net
MediaWidth Property (PageInfo)




Gets and sets the width of the media box rectangle, expressed in user space units.
Syntax
'Declaration
 
Public Property MediaWidth As Double
'Usage
 
Dim instance As PageInfo
Dim value As Double
 
instance.MediaWidth = value
 
value = instance.MediaWidth
public double MediaWidth {get; set;}
public: __property double get_MediaWidth();
public: __property void set_MediaWidth( 
   double value
);
public:
property double MediaWidth {
   double get();
   void set (    double value);
}

Property Value

A double value which represents the width.
Remarks

The media box is the natural size of the page.

See Also

Reference

PageInfo Class
PageInfo Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback