| Visual Basic (Declaration) | |
|---|---|
Public Sub Shutdown() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WiaSession instance.Shutdown() | |
| C# | |
|---|---|
public void Shutdown() | |
| C++/CLI | |
|---|---|
public: void Shutdown(); | |
Refer to WiaSession.IsAvailable.
A WIA session is begun by calling the WiaSession.Startup method. For each call to the WiaSession.Startup method there must be a call to the Shutdown method.
For more information, refer to Freeing the WIA Session.
For more information, refer to Freeing the WIA Session.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code