Gets and sets the media box width.
public double MediaWidth {get; set;}
public: __property double get_MediaWidth();
public: __property void set_MediaWidth(
double value
);
'Declaration
Public Property MediaWidth As Double
'Usage
Dim instance As PageOptions
Dim value As Double
instance.MediaWidth = value
value = instance.MediaWidth
Property Value
A double value which represents the media box width.