ImageGear .NET v25.1 - Updated
LoadFromFile Method




ImageGear.OCR Assembly > ImageGear.OCR Namespace > ImGearOCRZoneCollection Class : LoadFromFile Method
Path to the file to load zone list from.
Loads the list of zones from a file.
Syntax
'Declaration
 
Public Sub LoadFromFile( _
   ByVal path As String _
) 
'Usage
 
Dim instance As ImGearOCRZoneCollection
Dim path As String
 
instance.LoadFromFile(path)
public void LoadFromFile( 
   string path
)
public: void LoadFromFile( 
   string* path
) 
public:
void LoadFromFile( 
   String^ path
) 

Parameters

path
Path to the file to load zone list from.
Exceptions
ExceptionDescription
Exception is thrown if the format of zone file is not correct.
See Also

Reference

ImGearOCRZoneCollection Class
ImGearOCRZoneCollection Members