LEADTOOLS WIA (Leadtools.Wia assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
raise_AcquireFileEvent Method
See Also 
Leadtools.Wia Namespace > WiaSession Class : raise_AcquireFileEvent Method



sender
The source of the sender
e
A WiaAcquireFileEventArgs object that contains the event data.
sender
The source of the sender
e
A WiaAcquireFileEventArgs object that contains the event data.
Occurs while acquiring to file from the WIA source.

Syntax

Visual Basic (Declaration) 
Public Sub raise_AcquireFileEvent( _
   ByVal sender As Object, _
   ByVal e As WiaAcquireFileEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As WiaSession
Dim sender As Object
Dim e As WiaAcquireFileEventArgs
 
instance.raise_AcquireFileEvent(sender, e)
C# 
public void raise_AcquireFileEvent( 
   object sender,
   WiaAcquireFileEventArgs e
)
C++/CLI 
public:
void raise_AcquireFileEvent( 
   Object^ sender,
   WiaAcquireFileEventArgs^ e
) 

Parameters

sender
The source of the sender
e
A WiaAcquireFileEventArgs object that contains the event data.

Requirements

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

See Also