ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearTWAINAfterPageEventArgs Class / CancelScanning Property




In This Topic
    CancelScanning Property (ImGearTWAINAfterPageEventArgs)
    In This Topic
    Gets or sets a value indicating whether to cancel scanning.
    Syntax
    'Declaration
     
    Public Property CancelScanning As Boolean
    'Usage
     
    Dim instance As ImGearTWAINAfterPageEventArgs
    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