Accusoft.ISISXpress7.Net
Scanned Event




Fired to indicate when a scan has completed.
Syntax
'Declaration
 
<CategoryAttribute("IsisXpress")>
<DescriptionAttribute("Fired to indicate when a scan has completed.")>
Public Event Scanned As IsisXpress.ScannedEventHandler
'Usage
 
Dim instance As IsisXpress
Dim handler As IsisXpress.ScannedEventHandler
 
AddHandler instance.Scanned, handler
[Category("IsisXpress")]
[Description("Fired to indicate when a scan has completed.")]
public event IsisXpress.ScannedEventHandler Scanned
[Category("IsisXpress")]
[Description("Fired to indicate when a scan has completed.")]
public: __event IsisXpress.ScannedEventHandler* Scanned
[Category("IsisXpress")]
[Description("Fired to indicate when a scan has completed.")]
public:
event IsisXpress.ScannedEventHandler^ Scanned
Event Data

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

PropertyDescription
PageNumberGets the page number of the scan that just completed.  
See Also

Reference

IsisXpress Class
IsisXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback