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