ImageGear .NET - Updated December 24, 2018
SaveToFile Method




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecZoneCollection 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 ImGearRecZoneCollection
Dim path As String
 
instance.SaveToFile(path)

Parameters

path
File path to save the zone list to.
Remarks
Saves the list of zones to a zone list file.
See Also

Reference

ImGearRecZoneCollection Class
ImGearRecZoneCollection Members