Accusoft.FormFix5.Net - Updated August 3, 2020
Orientation Property (IdentificationMatch)




Accusoft.FormFixSdk Namespace > IdentificationMatch Class : Orientation Property
The orientation of the FormModel that produced this match.
Syntax
'Declaration
 
Public Property Orientation As IdentificationOrientation
 
'Usage
 
Dim instance As IdentificationMatch
Dim value As IdentificationOrientation
 
instance.Orientation = value
 
value = instance.Orientation
Remarks

This value can be supplied to the IdentificationResult.GetOtherRegistrationResult and IdentificationResult.GetConfidence methods to get more information about the match.

This property indicates the orientation of a form comparison operation.

Valid values: NoRotation, Rotate90, Rotate180, and Rotate270

Default value: NoRotation

See Also

Reference

IdentificationMatch Class
IdentificationMatch Members