Accusoft.TwainPro9.Net
Cancel Property (ScanningEventArgs)




Gets and sets an indicator whether to cancel the session.
Syntax
'Declaration
 
Public Property Cancel As Boolean
'Usage
 
Dim instance As ScanningEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
public bool Cancel {get; set;}
public: __property bool get_Cancel();
public: __property void set_Cancel( 
   bool value
);
public:
property bool Cancel {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to cancel the session. Otherwise, false should be used.
Remarks

If set to true, the session ends and the StartSession method returns control.

See Also

Reference

ScanningEventArgs Class
ScanningEventArgs Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback