| Visual Basic (Declaration) | |
|---|---|
Public Sub Shutdown() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| 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 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
Copy Code