Calculates the hash (using the specified hash algorithm) of the bitmap.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public string GetHash(
	IEImage..::..HashAlgorithm algorithm
)
Public Function GetHash ( _
	algorithm As IEImage..::..HashAlgorithm _
) As String
public:
String^ GetHash(
	IEImage..::..HashAlgorithm algorithm
)

Parameters

algorithm
IEImage..::..HashAlgorithm
Hashing algorithm.

Return Value

Returns the string representation of the hash.

See Also