Class that represents a collection of automatic adjustments capability.
Settings are to change page behavior.
To force the output image dimensions to match either the current value of ICAP_SUPPORTEDSIZES AutoSize should be called
or to discards blank pages AutoDiscardBlankPages;
Inheritance Hierarchy
TwainScanning.CapabilityCapSetBase
TwainScanning.Capability.CapabilitySetsAutomaticAdjustments
Namespace: TwainScanning.Capability.CapabilitySets
Assembly: TwainScanning (in TwainScanning.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
The AutomaticAdjustments type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetCapabilities | (Inherited from CapSetBase.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MakeCapT | (Inherited from CapSetBase.) |
![]() | MakeCapArrT | (Inherited from CapSetBase.) |
![]() | MakeCapReadOnlyT | (Inherited from CapSetBase.) |
![]() | MakeCapReadOnlyArrayT | (Inherited from CapSetBase.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | AutoDiscardBlankPages |
Discards blank pages.
ICAP_AUTODISCARDBLANKPAGES
|
![]() | AutomaticBorderDetection |
Turns automatic border detection on and off.
ICAP_AUTOMATICBORDERDETECTION
|
![]() | AutomaticColorEnabled |
Detects the pixel type of the image and returns either a color image or a non-color image specified by AutomaticColorNonColorPixelType.
ICAP_AUTOMATICCOLORENABLED
|
![]() | AutomaticColorNonColorPixelType |
Specifies the non-color pixel type to use when automatic color is enabled.
ICAP_AUTOMATICCOLORNONCOLORPIXELTYPE.
|
![]() | AutomaticCropUsesFrame |
Reduces the amount of data captured from the device, potentially improving the performance of the driver.
|
![]() | AutomaticDeskew |
Turns automatic skew correction on and off.
ICAP_AUTOMATICDESKEW
|
![]() | AutomaticLengthDetection |
Controls the automatic detection of the length of a document, this is intended for use with an
Automatic Document Feeder.
ICAP_AUTOMATICLENGTHDETECTION
|
![]() | AutomaticRotate |
When true, depends on source to automatically rotate the image.
ICAP_AUTOMATICROTATE
|
![]() | AutomaticSenseMedium |
Configures a Source to check for paper in the Automatic Document Feeder.
CAP_AUTOMATICSENSEMEDIUM
|
![]() | AutoSize |
Gets auto size capability.
Force the output image dimensions to match either the current value of ICAP_SUPPORTEDSIZES
or any of its current allowed values.
ICAP_AUTOSIZE
|
![]() | FlipRotation |
Orients images that flip orientation every other image.
ICAP_FLIPROTATION
|
![]() | ImageMerge |
Merges the front and rear image of a document in one of four orientations: front on the top, front
on the bottom, front on the left or front on the right.
ICAP_IMAGEMERGE
|
![]() | ImageMergeHeightThreshold |
Specifies a Y-Offset in ICAP_UNITS units. Front and rear images less than or equal to this value
are merged according to the settings of ICAP_IMAGEMERGE. If either the front or the rear image is
greater than this value, they are not merged.
ICAP_IMAGEMERGEHEIGHTTHRESHOLD
|
See Also