Returns the MD5 Hash of image.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public string ImageHash(
	int index
)
Public Function ImageHash ( _
	index As Integer _
) As String
public:
String^ ImageHash(
	int index
)

Parameters

index
Int32
Image index

Return Value

String representing MD5 hash

See Also