ImageGear .NET v25.1 - Updated
RemoveAt Method (ImGearOCRZoneCollection)




ImageGear.OCR Assembly > ImageGear.OCR Namespace > ImGearOCRZoneCollection Class : RemoveAt Method
Index of zone in zone list to remove.
Removes the zone at the specified index.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As ImGearOCRZoneCollection
Dim index As Integer
 
instance.RemoveAt(index)
public void RemoveAt( 
   int index
)
public: void RemoveAt( 
   int index
) 
public:
void RemoveAt( 
   int index
) 

Parameters

index
Index of zone in zone list to remove.
See Also

Reference

ImGearOCRZoneCollection Class
ImGearOCRZoneCollection Members