Class ScanEventArgs
Scan settings event args
Inheritance
System.Object
System.EventArgs
ScanEventArgs
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 ScanEventArgs : EventArgs
Properties
| Improve this Doc View SourceAppendToExistingDocument
Defines whether to create a new document or append to an existing
Declaration
public bool AppendToExistingDocument { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SourceProfile
Gets or sets the source which should be used for Scaning
Declaration
public TwainSourceProfile SourceProfile { get; set; }
Property Value
Type | Description |
---|---|
TwainSourceProfile |