Data source settings. Abstraction around capabilities of the device represented by the DataSource.
Inheritance Hierarchy
TwainScanning.CapabilityDeviceSettings
Namespace: TwainScanning.Capability
Assembly: TwainScanning (in TwainScanning.dll) Version: 1.3.4.0 (1.3.4.0)
Syntax
The DeviceSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DeviceSettings | Initializes a new instance of the DeviceSettings class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetCapSets | |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetSupportedCapabilities |
Get list of supported caps.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | AsyncDeviceEvents |
Represent event of Twain source.
|
![]() | AudibleAlarms |
Represent audible alarms of twain source.
|
![]() | AutomaticAdjustments |
Represent collection of automatic adjustments of twain source.
|
![]() | AutomaticCapture |
Represent automatic capture supported by device.
|
![]() | AutomaticScanning |
Represent automatic scanning.
|
![]() | BarCodeDetection |
Represent BarCodeDetection supported by device.
|
![]() | Caps |
Represent a collection of capability.
|
![]() | Color |
Represent color filter capability.
|
![]() | Compression |
Represent Compression capability.
|
![]() | Device |
Represent manipulation of twain device's.
|
![]() | DoublefeedDetection |
DFD functionality.
|
![]() | Duplex |
Represent duplex.
|
![]() | Feeder |
Represent Feeder.
|
![]() | ImageAcquire |
Represent image acquire from twain device.
|
![]() | ImageInformation |
Represent information about image.
|
![]() | ImageType |
Represent collection of image type capabilities.
|
![]() | ImprinterEndorser |
Allows the application to specify the starting endorser / imprinter number.
|
![]() | Language |
Language information.
|
![]() | MICR |
MICR
|
![]() | Page |
Represent manipulation of document pages.
|
![]() | PatchCodeDetection |
Represent PatchCodeDetection.
|
![]() | PowerMonitoring |
Represent device power manipulation.
|
![]() | Resolution |
Represente resolutions supported by device.
|
![]() | Transfer |
Allows to manipulate with image transfer of Twain device.
|
![]() | UserInterface |
Allows to manipulate with UserInterface of Twain device.
|
See Also