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