ImageGear for .NET
Dispose() Method
See Also  Send Feedback
ImageGear21.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcode Class : Dispose() Method




Glossary Item Box

Shuts down the barcode engine.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.