Accusoft.ISISXpressSdk Namespace > IsisXpress Class : Scanning Event |
'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
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.
Property | Description |
---|---|
PageNumber | Gets the page number of the scan that is starting. |