Click or drag to resize

IMcImageSetInitialSignature Method

Set the initial 128-bit image signature.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Sub SetInitialSignature ( 
	<OptionalAttribute> newVal As Object
)

Parameters

newVal (Optional)
Type: SystemObject
Remarks
The initial image signature represents the image data at the time of creation or capture. It can be set only once. To set the initial signature to "unknown" (e.g. if opening an image from a file format that does not support our signature), pass in an empty string. To set the initial signature to the current signature of the image, request the CurrentSignature and pass it in. If SetInitialSignature is passed a valid signature, then the CurrentSignature is also set to this value.
See Also