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