Instructs this object to identify images that are rotated 180 degrees counter-clockwise from the matching
FormModel.
Syntax
public bool IdentifyRotated180 {get; set;}
public: __property bool get_IdentifyRotated180();
public: __property void set_IdentifyRotated180(
bool value
);
public:
property bool IdentifyRotated180 {
bool get();
void set ( bool value);
}
'Declaration
Public Property IdentifyRotated180 As Boolean
'Usage
Dim instance As IdentificationProcessor
Dim value As Boolean
instance.IdentifyRotated180 = value
value = instance.IdentifyRotated180
See Also