Gets the width of the rectangle.
public double Width {get;}
'Declaration
Public ReadOnly Property Width As Double
'Usage
Dim instance As PDFRect
Dim value As Double
value = instance.Width
public:
property double Width {
double get();
}
Property Value
A
System.Double that represents the width of the rectangle.