Public ReadOnly Property Value As Integer
public int Value {get;}
Property Value
The following values are of type ScanCapability, are set in the capability parameter of the IsCapabilitySupported method.
Parameter | Value |
---|---|
Document feeder function (FeederEnabled) | 0: cannot be used, 1: feeder can be used |
The function that checks whether or not there is paper in the document feeder (FeederLoaded) | 0: there is no paper, 1: there is paper |
Indicator | 0: cannot use indicator, 1: can use indicator |
UI control function (UIControllable) | 0: must use manufacturer's UI only, 1: manufacturer's UI can be suppressed |
The function that checks whether the power is on (DeviceOnline) | 0: Power is off, 1: Power is on |
The function that transfers thumbnail images (ThumbnailEnabled) | 0: cannot transfer thumbnails, 1: can transfer thumbnails |
Duplex scanning with the document feeder (Duplex) | 0: can not scan both sides, 1: can scan both sides at once, 2: can scan both sides but takes two scans |
Undefined scan size (UndefinedImageSize) |
For most scanners 0: undefined size cannot be used, 1: undefined size can be used. For certain Epson scanners 0: undefined size cannot be used, 1: possible only with document plate, 2: possible only with ADF, 3: possible with both document plate and ADF |
How many images are in a digital camera (ImageDataSet) | The returned number is the number of images |
BorderDetection | 0: border detection is not possible, 1: border detection is possible |
Deskew |
0: cannot use deskew, 1: can use deskew, 2: can use deskew with
smoothing |
The maximum resolution when using a moire filter (MoireFilterMaxResolution) | The value is that maximum resolution. Available only for certain Epson scan drivers |
RotateBack when using ADF in duplex mode (RotateBack) |
0: rotating the back side is not possible, 1: rotating the back side is possible. Available only for certain Epson "Epson Scan" scan drivers |
Automatically detecting ratio of BW/Color (PixelAutomation) |
0: cannot automatically detect BW/Color, 1: can automatically detect BW/Color. Available only for certain Panasonic scan drivers |
Explanation
The property values will be set after the IsCapabilitySupported method is executed. If the return value of the IsCapabilitySupported method is False, then -1 is set in the Value property.
See Also
Scan Members | Newtone.ImageKit.Win.ImageKit