SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / Reader Class / GetRegularExpression Method




In This Topic
    GetRegularExpression Method (Reader)
    In This Topic
    Returns the current Regular Expression.
    Syntax
    'Declaration
     
    
    Public Function GetRegularExpression() As String
    'Usage
     
    
    Dim instance As Reader
    Dim value As String
     
    value = instance.GetRegularExpression()
    public string GetRegularExpression()
    public: string* GetRegularExpression(); 
    public:
    String^ GetRegularExpression(); 
    Exceptions
    ExceptionDescription
    Memory is not successfully allocated for the output string.
    All other possible erroneous result.
    Remarks
    Gets the regular expression previously set.
    See Also