ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRZoneCollection Class / Insert Method
Index to insert zone at.
New ImGearOCRZone object describing zone to be added.




In This Topic
    Insert Method (ImGearOCRZoneCollection)
    In This Topic
    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