SmartZone v8.0 - Updated January 12, 2025
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / Result Class / Text Property




In This Topic
Text Property (Result)
In This Topic
Gets the text string of the Result object.
Syntax
'Declaration
 
Public Overridable ReadOnly Property Text As String
 
'Usage
 
Dim instance As Result
Dim value As String
 
value = instance.Text
Remarks

This read-only property is the text string of the result object.

See Also