Accusoft.FormFix5.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 get_Orientation();
public: __property void set_Orientation( 
   IdentificationOrientation value
);
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