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

ImageInfo.MD5Hash Property

Gets the MD5 hash of the current image.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Browsable(false)]
public readonly string MD5Hash { get; }

Property Value

Type Description
String

A string which is the MD5 hash of the current image.

See Also