Accusoft.Forms1 - Updated
RegularExpressionCaseInsensitivity Property (Reader)



Accusoft.SmartZoneOCRSdk Namespace > Reader Class : RegularExpressionCaseInsensitivity Property
Gets and Sets case insensititity of user regular expressions.
Syntax
Public Property RegularExpressionCaseInsensitivity As Boolean
Dim instance As Reader
Dim value As Boolean
 
instance.RegularExpressionCaseInsensitivity = value
 
value = instance.RegularExpressionCaseInsensitivity
public bool RegularExpressionCaseInsensitivity {get; set;}
public:
property bool RegularExpressionCaseInsensitivity {
   bool get();
   void set (    bool value);
}
Remarks
Default value: False
See Also

Reference

Reader Class
Reader Members