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




In This Topic
    Add Method (ImGearOCRZoneCollection)
    In This Topic
    Adds a new zone.
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal zone As ImGearOCRZone _
    ) 
    'Usage
     
    Dim instance As ImGearOCRZoneCollection
    Dim zone As ImGearOCRZone
     
    instance.Add(zone)
    public void Add( 
       ImGearOCRZone zone
    )
    public: void Add( 
       ImGearOCRZone* zone
    ) 
    public:
    void Add( 
       ImGearOCRZone^ zone
    ) 

    Parameters

    zone
    New ImGearOCRZone object describing zone to be added.
    See Also