Gets or sets the y-axis value of the bottom side of the rectangle.
public double Bottom {get; set;}
'Declaration
Public Property Bottom As Double
'Usage
Dim instance As PDFRect
Dim value As Double
instance.Bottom = value
value = instance.Bottom
public:
property double Bottom {
double get();
void set ( double value);
}
Property Value
A
System.Double that represents the y-axis value of the bottom side of the rectangle.