Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ImageInfo.Height Property

Specifies the height of the image.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public readonly int Height { get; }

Property Value

Type Description
Int32

An integer value specifying the height of the image, in pixels.

See Also