ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRZoneCollection Class / LoadFromFile Method
Path to the file to load zone list from.




In This Topic
    LoadFromFile Method
    In This Topic
    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