FormSuite v6.0 - Updated
Orientation Property




Accusoft.FormsAPI.Net Assembly > Accusoft.Forms Namespace > IdentificationComparisonInformation Class : Orientation Property
Gets or sets a value indicating the orientation of the filled form image when it was compared to the specific Form's template image.
Syntax
'Declaration
 
Public Property Orientation As IdentificationOrientation
'Usage
 
Dim instance As IdentificationComparisonInformation
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);
}
See Also

Reference

IdentificationComparisonInformation Class
IdentificationComparisonInformation Members

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