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




GetRegularExpression Method (Reader)
Returns the current Regular Expression.
Syntax
'Declaration
 
Public Function GetRegularExpression() As String
 
'Usage
 
Dim instance As Reader
Dim value As String
 
value = instance.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