ImageGear .NET - Updated
CancelScanning Property (ImGearTWAINBeforePageEventArgs)




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace > ImGearTWAINBeforePageEventArgs Class : CancelScanning Property
Gets or sets a value indicating whether to cancel scanning.
Syntax
'Declaration
 
Public Property CancelScanning As Boolean
'Usage
 
Dim instance As ImGearTWAINBeforePageEventArgs
Dim value As Boolean
 
instance.CancelScanning = value
 
value = instance.CancelScanning
public bool CancelScanning {get; set;}
public: __property bool get_CancelScanning();
public: __property void set_CancelScanning( 
   bool value
);
public:
property bool CancelScanning {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
Remarks
Set this to TRUE to cancel scanning.
See Also

Reference

ImGearTWAINBeforePageEventArgs Class
ImGearTWAINBeforePageEventArgs Members