Accusoft.ISISXpress7.Net
ScanSettingInfo Enumeration




Option values for determining which scanner setting to query or set.
Syntax
'Declaration
 
Public Enum ScanSettingInfo 
   Inherits System.Enum
'Usage
 
Dim instance As ScanSettingInfo
public enum ScanSettingInfo : System.Enum 
__value public enum ScanSettingInfo : public System.Enum 
public enum class ScanSettingInfo : public System.Enum 
Members
MemberValueDescription
AdvancedTag16Specifies the scanner's advanced tag number.
BitsPerSample15Indicates how big a sample is. Typical values are: 1 = Binary; 4 = four-bit gray scale (16 shades of gray); 8 = eight-bit gray scale (256 shades of gray); 8 = 24-bit color.
Brightness3The scanner's brightness. If available, -3 will set to auto brightness, -2 will auto darken, and -1 will auto lighten. Values from 0 to the Setting.RangeMaximumLong property incrementally change the brightness.
Contrast4The scanner's contrast. A value of 0 means auto contrast or no contrast control is available.
ImageLength8Specifies the number of rows of pixels (height) in an image.
ImageWidth7Specifies the number of columns of pixels (width) in an image.
PageSize2The total area available to the scanner.
ResUnit9

Specifies the unit of measurement for XResolution and YResolution. This setting is not available for all scanners and if it is not available, the units are assumed to be DPI.

1. No absolute unit of measurement. Used for images that may have a non-square aspect ratio, but no meaningful absolute dimensions.

2. Resolution is specified in dots per inch (DPI).

3. Resolution is specified in dots per centimeter.

SamplesPerPixel14Indicates how many values each pixel uses to represent the data. Possible values are: 1 sample per pixel = Binary (black/white) and gray scale images; 3 samples per pixel = RGB color images.
ScanAhead11Specifies if the scanning source has enabled the ability to continuously scan pages ahead of the current page the application is processing on those scanners that support this functionality. See the ScanAhead enumeration for more information.
ScanAheadMaxPages12If the ScanAhead is enabled, this setting specifies the maximum number of pages to scan ahead. A zero value means to scan until the feeder is empty.
ScanAheadPages13If the ScanAhead is enabled and this setting is supported, it determines how many pages have been scanned in ahead. On some scanners this value is not an accurate measurement for how many pages are scanned in ahead. Therefore, use this setting as a general indicator that there are pages waiting that have been scanned in ahead. This setting is read-only.
Source10Specifies the scanning source (flatbed, feeder, and etc.) on those scanners that support this functionality. See the Source enumeration for more information.
XPosition5Specifies the distance in pixels from the left edge of the page to the start of the image.
XResolution0The scanner's horizontal resolution in DPI (Dots Per Inch).
YPosition6Specifies the distance in pixels from the top edge of the page to the start of the image.
YResolution1The scanner's vertical resolution in DPI.
Remarks

All scanner settings are modified by setting the Setting.ScanSetting property to the appropriate setting and then using one of the setting properties such as the Setting.LongValue property or the Setting.StringValue property to set up the scanner.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.ISISXpressSdk.ScanSettingInfo

See Also

Reference

Accusoft.ISISXpressSdk Namespace

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback