The CurrentDeviceSettings type exposes the following members.
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