(Document/Medical only) Occurs twice for each scanned page, if the EnableAcquireMultiPageEvent property is set to true.
public event EventHandler<TwainAcquireMultiPageEventArgs> AcquireMultiPage
Public Event AcquireMultiPage As EventHandler(Of TwainAcquireMultiPageEventArgs)
public:
event EventHandler<TwainAcquireMultiPageEventArgs^>^ AcquireMultiPage
The event handler receives an argument of type TwainAcquireMultiPageEventArgs containing data related to this event. The following TwainAcquireMultiPageEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Set to true to abort the acquire operation. |
FileName | Indicates the filename into which the current multipage scanning operation is saving pages that are acquired. |
FinishScan | Gets a value that represents the status of the scanning process. |
PageNumber | Indicates the current page number of the scan. |
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document