AutomaticAdjustments ClassTerminal Works - TwainScanning.Net Library
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

SystemObject
  TwainScanning.CapabilityCapSetBase
    TwainScanning.Capability.CapabilitySetsAutomaticAdjustments

Namespace: TwainScanning.Capability.CapabilitySets
Assembly: TwainScanning (in TwainScanning.dll) Version: 1.3.4.0 (1.3.4.0)
Syntax

public class AutomaticAdjustments : CapSetBase

The AutomaticAdjustments type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCapabilities (Inherited from CapSetBase.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMakeCapT (Inherited from CapSetBase.)
Protected methodMakeCapArrT (Inherited from CapSetBase.)
Protected methodMakeCapReadOnlyT (Inherited from CapSetBase.)
Protected methodMakeCapReadOnlyArrayT
(Inherited from CapSetBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyAutoDiscardBlankPages
Discards blank pages. ICAP_AUTODISCARDBLANKPAGES
Public propertyAutomaticBorderDetection
Turns automatic border detection on and off. ICAP_AUTOMATICBORDERDETECTION
Public propertyAutomaticColorEnabled
Detects the pixel type of the image and returns either a color image or a non-color image specified by AutomaticColorNonColorPixelType. ICAP_AUTOMATICCOLORENABLED
Public propertyAutomaticColorNonColorPixelType
Specifies the non-color pixel type to use when automatic color is enabled. ICAP_AUTOMATICCOLORNONCOLORPIXELTYPE.
Public propertyAutomaticCropUsesFrame
Reduces the amount of data captured from the device, potentially improving the performance of the driver.
Public propertyAutomaticDeskew
Turns automatic skew correction on and off. ICAP_AUTOMATICDESKEW
Public propertyAutomaticLengthDetection
Controls the automatic detection of the length of a document, this is intended for use with an Automatic Document Feeder. ICAP_AUTOMATICLENGTHDETECTION
Public propertyAutomaticRotate
When true, depends on source to automatically rotate the image. ICAP_AUTOMATICROTATE
Public propertyAutomaticSenseMedium
Configures a Source to check for paper in the Automatic Document Feeder. CAP_AUTOMATICSENSEMEDIUM
Public propertyAutoSize
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
Public propertyFlipRotation
Orients images that flip orientation every other image. ICAP_FLIPROTATION
Public propertyImageMerge
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
Public propertyImageMergeHeightThreshold
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
Top
See Also

Reference