Provides data for the WiaSession.AcquireEvent event.
| Visual Basic (Declaration) | |
|---|---|
Public Class WiaAcquireEventArgs Inherits EventArgs  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public class WiaAcquireEventArgs : EventArgs  | |
| C++/CLI | |
|---|---|
public ref class WiaAcquireEventArgs : public EventArgs  | |
For an example, refer to WiaSession.IsAvailable 
            
 
            
            
            For more information, refer to How to Acquire from the WIA Source.
            
            System.Object
   System.EventArgs
      Leadtools.Wia.WiaAcquireEventArgs
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code