Leadtools.Twain Namespace > TwainSession Class : AcquirePage Event |
public event EventHandler<TwainAcquirePageEventArgs> AcquirePage
'Declaration Public Event AcquirePage As EventHandler(Of TwainAcquirePageEventArgs)
'Usage Dim instance As TwainSession Dim handler As EventHandler(Of TwainAcquirePageEventArgs) AddHandler instance.AcquirePage, handler
public: event EventHandler<TwainAcquirePageEventArgs^>^ AcquirePage
The event handler receives an argument of type TwainAcquirePageEventArgs containing data related to this event. The following TwainAcquirePageEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Set to true to abort the acquire operation. |
Image | Gets the IRasterImage which holds the image data acquired from the TWAIN Data Source. |