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