Table of Contents

Property Height

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

Height

Gets the image height.

public abstract int Height { get; }

Property Value

int

The image height.

Examples

Prints drawing's height

Image drawing = ...
System.Console.WriteLine("Drawing's height: " + drawing.Height);