VintaSoft Twain .NET SDK 14.1: Documentation for .NET developer
Vintasoft.WpfTwain Namespace / Device Class / ScanCanceled Event
Syntax Remarks Example Requirements SeeAlso
In This Topic
    ScanCanceled Event (Device)
    In This Topic
    Occurs when scan process is canceled.
    Syntax
    'Declaration
    
    Public Event ScanCanceled As System.EventHandler
    
    
    public event System.EventHandler ScanCanceled
    
    
    public: __event System.EventHandler* ScanCanceled
    
    
    public:
    event System.EventHandler^ ScanCanceled
    Remarks

    Here is a sequence of events if scan is successfully completed:


    Here is a sequence of events if scan is canceled:
    Here is a sequence of events if scan is failed:

    Example

    Please see example here: Acquire.

    Requirements

    Target Platforms: .NET 8, .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also