Accusoft.ISISXpressSdk Namespace : ScanSettingInfo Enumeration |
'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
Member | Value | Description |
---|---|---|
AdvancedTag | 16 | Specifies the scanner's advanced tag number. |
BitsPerSample | 15 | Indicates 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. |
Brightness | 3 | The 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. |
Contrast | 4 | The scanner's contrast. A value of 0 means auto contrast or no contrast control is available. |
ImageLength | 8 | Specifies the number of rows of pixels (height) in an image. |
ImageWidth | 7 | Specifies the number of columns of pixels (width) in an image. |
PageSize | 2 | The total area available to the scanner. |
ResUnit | 9 | 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. |
SamplesPerPixel | 14 | Indicates 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. |
ScanAhead | 11 | Specifies 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. |
ScanAheadMaxPages | 12 | If 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. |
ScanAheadPages | 13 | If 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. |
Source | 10 | Specifies the scanning source (flatbed, feeder, and etc.) on those scanners that support this functionality. See the Source enumeration for more information. |
XPosition | 5 | Specifies the distance in pixels from the left edge of the page to the start of the image. |
XResolution | 0 | The scanner's horizontal resolution in DPI (Dots Per Inch). |
YPosition | 6 | Specifies the distance in pixels from the top edge of the page to the start of the image. |
YResolution | 1 | The scanner's vertical resolution in DPI. |
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.
System.Object
System.ValueType
System.Enum
Accusoft.ISISXpressSdk.ScanSettingInfo