GlbImage.Height
GlbImage.Height property
Gets the image height.
public override int Height { get; }
Property Value
The image height.
Examples
Prints drawing’s height
Image drawing = ...
System.Console.WriteLine("Drawing's height: " + drawing.Height);
See Also
- class GlbImage
- namespace Aspose.CAD.FileFormats.GLB
- assembly Aspose.CAD