'Declaration
Public Property AutoAlign As Boolean
'Usage
Dim instance As IdentificationProcessor Dim value As Boolean instance.AutoAlign = value value = instance.AutoAlign
public bool AutoAlign {get; set;}
'Declaration
Public Property AutoAlign As Boolean
'Usage
Dim instance As IdentificationProcessor Dim value As Boolean instance.AutoAlign = value value = instance.AutoAlign
public bool AutoAlign {get; set;}
When this value is set to false, the unknownImage argument to Identify will not ever be modified.
When this value is set to true, the unknownImage argument to Identify may be modified. If a best matching FormModel is found during the identification process, the unknownImage will be aligned with it.
Default: false