Accusoft.ISISXpressSdk Namespace > IsisXpress Class : Scanned Event |
'Declaration <DescriptionAttribute("Fired to indicate when a scan has completed.")> <CategoryAttribute("IsisXpress")> Public Event Scanned As IsisXpress.ScannedEventHandler
'Usage Dim instance As IsisXpress Dim handler As IsisXpress.ScannedEventHandler AddHandler instance.Scanned, handler
[DescriptionAttribute("Fired to indicate when a scan has completed.")] [CategoryAttribute("IsisXpress")] public event IsisXpress.ScannedEventHandler Scanned
[DescriptionAttribute("Fired to indicate when a scan has completed.")] [CategoryAttribute("IsisXpress")] public: __event IsisXpress.ScannedEventHandler* Scanned
[DescriptionAttribute("Fired to indicate when a scan has completed.")] [CategoryAttribute("IsisXpress")] public: event IsisXpress.ScannedEventHandler^ Scanned
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.
Property | Description |
---|---|
PageNumber | Gets the page number of the scan that just completed. |