SmartZone v6.1 for .NET - Updated
OCRDataPath Property




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > SmartZoneOCR Class : OCRDataPath Property
Gets and sets the path to SmartZone OCR resource directory.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
Public Property OCRDataPath As String
'Usage
 
Dim instance As SmartZoneOCR
Dim value As String
 
instance.OCRDataPath = value
 
value = instance.OCRDataPath
[Browsable(true)]
public string OCRDataPath {get; set;}
[Browsable(true)]
public: __property string* get_OCRDataPath();
public: __property void set_OCRDataPath( 
   string* value
);
[Browsable(true)]
public:
property String^ OCRDataPath {
   String^ get();
   void set (    String^ value);
}
Remarks

SmartZone OCR data files are now packaged in folder assets rather than embedded within its assembly. By default, this folder is expected in the same directory as the assembly. However, this folder can be deployed elsewhere and located at runtime using this property.

IMPORTANT: The path to the SmartZone OCR resource directory may only use ANSI characters.

See Also

Reference

SmartZoneOCR Class
SmartZoneOCR Members

Is this page helpful?
Yes No
Thanks for your feedback.