This class provides data of the AfterScan Event.
[Visual Basic]
Public Class AfterScanEventArgs Inherits System.EventArgs
This class provides data of the AfterScan Event.
[Visual Basic]
Public Class AfterScanEventArgs Inherits System.EventArgs
[C#]
public class AfterScanEventArgsFSystem.EventArgs
Property | Type | Explanation |
---|---|---|
![]() |
System.Drawing.Bitmap | Retrieves the Bitmap class for 1, 4, 8, and 24 bit images. When using file transfer, this is null (Nothing in Visual Basic) |
![]() |
System.Drawing.Bitmap | Retrieves the Bitmap class for 16 bit grayscale and 48 bit color images. When using file transfer, this is null (Nothing in Visual Basic) |
![]() |
[Visual Basic] Integer [C#] int |
Refers to whether the bits in each byte of the
scanned image start from the left or start from the right. 0: Start from the right (LSB), 1: Start from the left (MSB) |
![]() |
[Visual Basic] Boolean [C#] bool |
Sets whether or not the scan process is canceled. By setting this property to True, the process can be canceled. |
![]() |
[Visual Basic] Boolean [C#] bool |
Sets whether or not the Bitmap1 and Bitmap2 resource will be disposed after the event has finished. When this arguement is set to true, the Bitmap1 and Bitmap2 resource will be disposed. When this arguement is set to false, these resources will not be disposed. The default value is true. |
![]() |
[Visual Basic] String [C#] string |
Sets the file name when saving a file using file transfer |
![]() |
[Visual Basic] Integer [C#] int |
The number of images scanned |
![]() |
[Visual Basic] Byte() [C#] byte[] |
Retrieves the byte array when scanning with memory transfer compression mode. When using native or file transfer or non-compressed mode, this returns null (Nothing in Visual Basic) |
Scan Class | Scan Members
The ImageKit WPF is created by Newtone Corporation