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




ImageGear.OCR Assembly > ImageGear.OCR Namespace > ImGearOCRZoneCollection Class : Insert Method
Index to insert zone at.
New ImGearOCRZone object describing zone to be added.
Inserts a zone at a specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal zone As ImGearOCRZone _
) 
'Usage
 
Dim instance As ImGearOCRZoneCollection
Dim index As Integer
Dim zone As ImGearOCRZone
 
instance.Insert(index, zone)
public void Insert( 
   int index,
   ImGearOCRZone zone
)
public: void Insert( 
   int index,
   ImGearOCRZone* zone
) 
public:
void Insert( 
   int index,
   ImGearOCRZone^ zone
) 

Parameters

index
Index to insert zone at.
zone
New ImGearOCRZone object describing zone to be added.
See Also

Reference

ImGearOCRZoneCollection Class
ImGearOCRZoneCollection Members