Visual Basic (Declaration) | |
---|---|
Public Event AcquirePage() As EventHandler(Of TwainAcquirePageEventArgs) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public event EventHandler<TwainAcquirePageEventArgs> AcquirePage() |
C++/CLI | |
---|---|
public: event EventHandler<TwainAcquirePageEventArgs>^ AcquirePage(); |
Refer to Acquire.
If the user acquired several pages at the same time, a separate event occurs for each page.
The TwainExtraImageInformation.GetInformation method can only be called within this event.
For more information, refer to How to Acquire from the Twain Source.
The TwainExtraImageInformation.GetInformation method can only be called within this event.
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