Gets the image height.
Namespace:
Aspose.CAD.FileFormats.Cad
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public override int Height { get; }
Public Overrides ReadOnly Property Height As Integer
Get
public:
virtual property int Height {
int get () override;
}
abstract Height : int with get
override Height : int with get
Property Value
Type:
Int32
The image height.
Implements
IObjectWithBoundsHeightSee Also