ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRZoneCollection Class / SaveToFile Method
File path to save the zone list to.




In This Topic
    SaveToFile Method
    In This Topic
    Saves the list of zones to a file.
    Syntax
    'Declaration
     
    Public Sub SaveToFile( _
       ByVal path As String _
    ) 
    'Usage
     
    Dim instance As ImGearOCRZoneCollection
    Dim path As String
     
    instance.SaveToFile(path)
    public void SaveToFile( 
       string path
    )
    public: void SaveToFile( 
       string* path
    ) 
    public:
    void SaveToFile( 
       String^ path
    ) 

    Parameters

    path
    File path to save the zone list to.
    See Also