ImageGear .NET v25.1 - Updated
SaveToFile Method




ImageGear.OCR Assembly > ImageGear.OCR Namespace > ImGearOCRZoneCollection Class : SaveToFile Method
File path to save the zone list to.
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

Reference

ImGearOCRZoneCollection Class
ImGearOCRZoneCollection Members