Accusoft.FormFixSdk Namespace > IdentificationMatch Class : Orientation Property |
'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); }
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