ImageGear .NET v25.2 - Updated
ImageGear.Barcode Assembly / ImageGear.Barcode Namespace / ImGearBarcode Class / Dispose() Method




In This Topic
    Dispose() Method
    In This Topic
    Shuts down the barcode engine.
    Syntax
    'Declaration
     
    Public Sub Dispose() 
    'Usage
     
    Dim instance As ImGearBarcode
     
    instance.Dispose()
    public void Dispose()
    public: void Dispose(); 
    public:
    void Dispose(); 
    Remarks
    This is a standard .NET Dispose method for the ImGearBarcode object. It shuts down the Barcode engine, freeing its associated resources. After this method has been called, the application should refrain from accessing any methods or properties of ImGearBarcode or any associated objects.

    It is acceptable to call this Dispose method, instantiate a new ImGearBarcode object, and then use that object.

    See Also