The ScanSettings type exposes the following members.
Properties
Name | Description | |
---|---|---|
AutoFeed |
Should auto feed be used.
If not set, the device default value will be used.
Note: When not using Bridgex86, same as using [!:DataSource.Settings.Feeder.Autofeed].
| |
AutomaticBorderDetection |
Should automatic border detection be used.
If not set, the device default value will be used.
Note: When not using Bridgex86, same as using [!:DataSource.Settings.AutomaticAdjustments.AutomaticBorderDetection].
| |
Brightness |
The brightness to use when scanning.
If not set, the device default value will be used.
Note: When not using Bridgex86, same as using [!:DataSource.Settings.ImageAcquire.Brightness].
| |
CloseUIAfterAcquire |
Close scan window provided by the device or leave it shown.
If not set, will be used.
| |
ColorMode | ||
Contrast |
The contrast to use when scanning.
If not set, the device default value will be used.
Note: When not using Bridgex86, same as using [!:DataSource.Settings.ImageAcquire.Contrast].
| |
Device |
Device to use to perform the scan operation.
If not set, the default device will be used.
| |
DuplexEnabled | ||
IgnoreBlankPages |
Should blank pages be ignored during scanning.
If not set, the device default value will be used.
Note: When not using Bridgex86, same as using [!:DataSource.Settings.AutomaticAdjustments.AutoDiscardBlankPages].
| |
ImageCount |
Maximum number of images to acquire (-1 acquires all available images, 0 is treated as -1).
If not set, the device default value will be used.
Note: When not using Bridgex86, same as using count parameter in Acquire() and AcquireAsync() methods or
[!:DataSource.Settings.Transfer.ImageCount].
| |
ImageQuality |
Which quality to use for scanned images, value clamped between 10-100.
Only applied when using the following file formats: PDF, JPEG, PNG. And requires TransferMechanism to be
set to Native or Memory.
If not set, the TwainScanning default value will be used.
| |
MultiPageScan |
If scanning to TIFF or PDF, should scanned images be placed into a multi-page file.
If not set, the TwainScanning default value will be used.
| |
PageSize | ||
Resolution |
Resolution at which to scan.
If not set, the device default value will be used.
Note: When not using Bridgex86, same as using [!:Settings.Resolution.X] and
[!:Settings.Resolution.Y] or
the alias Resolution.
| |
Rotation |
How to rotate the image after scanning.
If not set, the device default value will be used.
Note: When not using Bridgex86, same as using [!:DataSource.Settings.ImageAcquire.Rotation].
| |
ShowUI |
Show scan window provided by the device or scan without showing it.
If not set, will be used.
| |
Threshold | ||
TiffImageQuality |
Which quality to use for scanned images.
Only applied when using TIFF file format. And requires TransferMechanism to be
set to Native or Memory.
If not set, the TwainScanning default value will be used.
| |
TransferMechanism |
Transfer mechanism used to perform the scan operation.
If not set, Native will be used.
Note: When not using Bridgex86, same as using [!:DataSource.Settings.Transfer.Mechanism] or
the alias TransferMechanism.
|
See Also