Class PageScannedEventArgs
Contains the information about a scanned page
Inheritance
System.Object
System.EventArgs
PageScannedEventArgs
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 PageScannedEventArgs : EventArgs
Properties
| Improve this Doc View SourceDocumentFromScanner
Contains the page as tiff
Declaration
public byte[] DocumentFromScanner { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |