Click or drag to resize

BarCodeReaderDispose Method

Releases all resources used by the BarCodeReader

Namespace:  Atalasoft.Barcoding.Reading
Assembly:  Atalasoft.dotImage.Barcoding.Reading (in Atalasoft.dotImage.Barcoding.Reading.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public void Dispose()

Implements

IDisposableDispose
Remarks
The BarCodeReader holds onto a number of resources that need to be disposed. It is strongly advised that you dispose any BarCodeReader objects as soon as you are done with them.
See Also