Gets and sets the lower-left Y-coordinate of the media box rectangle, expressed in user space units.
public double MediaY {get; set;}
public: __property double get_MediaY();
public: __property void set_MediaY(
double value
);
'Declaration
Public Property MediaY As Double
'Usage
Dim instance As PageInfo
Dim value As Double
instance.MediaY = value
value = instance.MediaY
Property Value
A double value which represents the y coordinate.