Skip to main content

ImageInfo.IsEmpty Property

Indicates whether the current ImageInfo is initialized.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v25.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public bool IsEmpty { get; }

Property Value

Type Description
Boolean

true, if the current ImageInfo is initialized; otherwise, false.

Remarks

Generally, an uninitialized ImageInfo instance represents the result of a failed attempt to retrieve metadata on an image.

See Also