SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / Reader Class / RegularExpressionCaseInsensitivity Property




In This Topic
    RegularExpressionCaseInsensitivity Property (Reader)
    In This Topic
    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