ImageGear .NET
Dispose() Method




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

Reference

ImGearBarcode Class
ImGearBarcode Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback