'Usage
Dim instance As WiaSession
instance.Shutdown()
public:
void Shutdown();
Remarks
A WIA session is begun by calling the Startup method. For each call to the Startup method there must be a call to the Shutdown method.
For more information, refer to Freeing the WIA Session.