Class PageScanningEventArgs
Contains the information about a new scanning process
Inheritance
System.Object
System.EventArgs
PageScanningEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Twain
Assembly: Simplic.Twain.dll
Syntax
public class PageScanningEventArgs : EventArgs
Constructors
| Improve this Doc View SourcePageScanningEventArgs(Boolean, Boolean)
Declaration
public PageScanningEventArgs(bool isInAppendMode, bool hasScannedPages)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isInAppendMode | |
System.Boolean | hasScannedPages |
Properties
| Improve this Doc View SourceHasScannedPages
Declaration
public bool HasScannedPages { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsCanceled
Declaration
public bool IsCanceled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInAppendMode
Declaration
public bool IsInAppendMode { get; }
Property Value
Type | Description |
---|---|
System.Boolean |