Accusoft.SmartZoneOCR5.Net - Updated
RegularExpressionCaseInsensitivity Property






Accusoft.SmartZoneOCRSdk Namespace > Reader Class : RegularExpressionCaseInsensitivity Property
Gets and Sets case insensititity of user regular expressions.
Syntax
'Declaration
 
Public Property RegularExpressionCaseInsensitivity As System.Boolean
'Usage
 
Dim instance As Reader
Dim value As System.Boolean
 
instance.RegularExpressionCaseInsensitivity = value
 
value = instance.RegularExpressionCaseInsensitivity
public System.bool RegularExpressionCaseInsensitivity {get; set;}
public read-write property RegularExpressionCaseInsensitivity: System.Boolean; 
public function get,set RegularExpressionCaseInsensitivity : System.boolean
public: __property System.bool get_RegularExpressionCaseInsensitivity();
public: __property void set_RegularExpressionCaseInsensitivity( 
   System.bool value
);
public:
property System.bool RegularExpressionCaseInsensitivity {
   System.bool get();
   void set (    System.bool value);
}
Remarks
Default value: False
See Also

Reference

Reader Class
Reader Members