Accusoft.ISISXpress7.Net
Scanning Event




Fired to indicate a scan is starting.
Syntax
'Declaration
 
<DescriptionAttribute("Fired to indicate a scan is starting.")>
<CategoryAttribute("IsisXpress")>
Public Event Scanning As IsisXpress.ScanningEventHandler
'Usage
 
Dim instance As IsisXpress
Dim handler As IsisXpress.ScanningEventHandler
 
AddHandler instance.Scanning, handler
[DescriptionAttribute("Fired to indicate a scan is starting.")]
[CategoryAttribute("IsisXpress")]
public event IsisXpress.ScanningEventHandler Scanning
[DescriptionAttribute("Fired to indicate a scan is starting.")]
[CategoryAttribute("IsisXpress")]
public: __event IsisXpress.ScanningEventHandler* Scanning
[DescriptionAttribute("Fired to indicate a scan is starting.")]
[CategoryAttribute("IsisXpress")]
public:
event IsisXpress.ScanningEventHandler^ Scanning
Event Data

The event handler receives an argument of type ScanningEventArgs containing data related to this event. The following ScanningEventArgs properties provide information specific to this event.

PropertyDescription
PageNumber Gets the page number of the scan that is starting.
See Also

Reference

IsisXpress Class
IsisXpress Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback