Releases all the resources used by this CreditCardScanner.
disposing
True to release both managed and unmanaged resources; False to release only unmanaged resources.
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.