SmartZone v7.1 - Updated
RegularExpressionCaseInsensitivity Property (Reader)




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > Reader Class : RegularExpressionCaseInsensitivity Property
Gets and sets case insensitivity of user regular expressions.
Syntax
'Declaration
 
Public Property RegularExpressionCaseInsensitivity As Boolean
'Usage
 
Dim instance As Reader
Dim value As Boolean
 
instance.RegularExpressionCaseInsensitivity = value
 
value = instance.RegularExpressionCaseInsensitivity
public bool RegularExpressionCaseInsensitivity {get; set;}
public: __property bool get_RegularExpressionCaseInsensitivity();
public: __property void set_RegularExpressionCaseInsensitivity( 
   bool value
);
public:
property bool RegularExpressionCaseInsensitivity {
   bool get();
   void set (    bool value);
}
Exceptions
ExceptionDescription
 
Remarks
Default value: False
See Also

Reference

Reader Class
Reader Members

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