CadImageHeight Property

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; }

Property Value

Type: Int32
The image height.

Implements

IObjectWithBoundsHeight
See Also