Visual Basic (Declaration) | |
---|---|
Public Event AcquireMultiPage() As EventHandler(Of TwainAcquireMultiPageEventArgs) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public event EventHandler<TwainAcquireMultiPageEventArgs> AcquireMultiPage() |
Managed Extensions for C++ | |
---|---|
public: __event EventHandler<TwainAcquireMultiPageEventArgs>* AcquireMultiPage(); |
C++/CLI | |
---|---|
public: event EventHandler<TwainAcquireMultiPageEventArgs>^ AcquireMultiPage(); |
Refer to TwainSession.AcquireFast
This event will be fired two times. The event is fired the first time when the TWAIN source begins scanning
the page. The event is fired the second time when the TWAIN source has finished scanning the page.
For more information, refer to How to Acquire from the Twain Source.
For more information, refer to How to Acquire from the Twain Source.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family