C#
VB
Java
C++
Releases all resources used by this CreditCardScanner.
public void Dispose()
The CreditCardScanner class implements the IDisposable interface, so you must follow the standard .NET dispose pattern when using the CreditCardScanner class. For more information, refer to the IDisposable interface documentation in MSDN.