Represents current scan settings for specified device. Settings which are not supported are null/empty.
Inheritance Hierarchy
TwainScanning.Bridgex86CurrentDeviceSettings
Namespace: TwainScanning.Bridgex86
Assembly: TwainScanning (in TwainScanning.dll) Version: 1.3.4.0 (1.3.4.0)
Syntax
The CurrentDeviceSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CurrentDeviceSettings | Initializes a new instance of the CurrentDeviceSettings class |
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.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | 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 | |
---|---|---|
![]() | AutoFeed |
Is auto feed being used.
If not set, then the device doesn't support it.
Note: When not using Bridgex86, same as [!:DataSource.Settings.Feeder.Autofeed].
|
![]() | AutomaticBorderDetection |
Is automatic border detection being used.
If not set, then the device doesn't support it.
Note: When not using Bridgex86, same as [!:DataSource.Settings.AutomaticAdjustments.AutomaticBorderDetection].
|
![]() | Brightness |
The brightness being used when scanning.
If not set, then the device doesn't support it.
Note: When not using Bridgex86, same as [!:DataSource.Settings.ImageAcquire.Brightness].
|
![]() | ColorMode | |
![]() | Contrast |
The contrast being used when scanning.
If not set, then the device doesn't support it.
Note: When not using Bridgex86, same as [!:DataSource.Settings.ImageAcquire.Contrast].
|
![]() | Device |
Device for which the current settings were retrieved.
|
![]() | DuplexEnabled | |
![]() | IgnoreBlankPages |
Are blank pages being ignored during scanning.
If not set, then the device doesn't support it.
Note: When not using Bridgex86, same as [!:DataSource.Settings.AutomaticAdjustments.AutoDiscardBlankPages].
|
![]() | ImageCount |
Maximum number of images being acquired (if -1, all available images are acquired).
If not set, then the device doesn't support it.
Note: When not using Bridgex86, same as count parameter in Acquire() and AcquireAsync() methods or
[!:DataSource.Settings.Transfer.ImageCount].
|
![]() | PageSize | |
![]() | Resolution |
Resolution at which scanning is performed.
If not set, then the device doesn't support it.
Note: When not using Bridgex86, same as [!:Settings.Resolution.X] and
[!:Settings.Resolution.Y] or
the alias Resolution.
|
![]() | Rotation |
How the image is rotated after scanning (if at all).
If not set, then the device doesn't support it.
Note: When not using Bridgex86, same as [!:DataSource.Settings.ImageAcquire.Rotation].
|
![]() | Threshold | |
![]() | TransferMechanism |
Transfer mechanism currently used to perform scan operations.
Note: When not using Bridgex86, same as [!:DataSource.Settings.Transfer.Mechanism] or
the alias TransferMechanism.
|
See Also