Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
WiaAcquireEventArgs Class
See Also  Members  
Leadtools.Wia Namespace : WiaAcquireEventArgs Class



Provides data for the WiaSession.AcquireEvent event.

Syntax

Visual Basic (Declaration) 
Public Class WiaAcquireEventArgs 
   Inherits EventArgs
Visual Basic (Usage)Copy Code
Dim instance As WiaAcquireEventArgs
C# 
public class WiaAcquireEventArgs : EventArgs 
C++/CLI 
public ref class WiaAcquireEventArgs : public EventArgs 

Example

For an example, refer to WiaSession.IsAvailable

Remarks

For more information, refer to How to Acquire from the WIA Source.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Leadtools.Wia.WiaAcquireEventArgs

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also