Accusoft.PdfXpress6.Net
MediaWidth Property (PageOptions)




Gets and sets the media box width.
Syntax
'Declaration
 
Public Property MediaWidth As Double
'Usage
 
Dim instance As PageOptions
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 media box width.
Remarks

The default value is 8.5 * 72.0.

See Also

Reference

PageOptions Class
PageOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback