FormFix v6.0 for .NET - Updated
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
public IdentificationOrientation Orientation {get; set;}
public:
property IdentificationOrientation Orientation {
   IdentificationOrientation get();
   void set (    IdentificationOrientation value);
}
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

Is this page helpful?
Yes No
Thanks for your feedback.