FormFix v6.0 for .NET - Updated
DetectedOrientation Property



Accusoft.FormFixSdk Namespace > IdentificationResult Class : DetectedOrientation Property
The orientation used to match the template.
Syntax
'Declaration
 
Public ReadOnly Property DetectedOrientation As IdentificationOrientation
'Usage
 
Dim instance As IdentificationResult
Dim value As IdentificationOrientation
 
value = instance.DetectedOrientation
public IdentificationOrientation DetectedOrientation {get;}
public:
property IdentificationOrientation DetectedOrientation {
   IdentificationOrientation get();
}
Remarks

This property indicates the orientation the identication process used to match the image to a template. You will need this information if you call GetConfidence or GetOtherRegistrationResult

See Also

Reference

IdentificationResult Class
IdentificationResult Members
GetConfidence Method
GetOtherRegistrationResult Method
ComparedRotated90 Property
ComparedRotated180 Property
ComparedRotated270 Property

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