Leadtools TWAIN (Leadtools.Twain assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
raise_AcquireMultiPage Method
See Also 
Leadtools.Twain Namespace > TwainSession Class : raise_AcquireMultiPage Method



sender
The source of the sender
e
A TwainAcquireMultiPageEventArgs object that contains the event data.
sender
The source of the sender
e
A TwainAcquireMultiPageEventArgs object that contains the event data.
(Document/Medical only) Occurs during multipage image scanning

Syntax

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

Parameters

sender
The source of the sender
e
A TwainAcquireMultiPageEventArgs 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