ScanSettings PropertiesTerminal Works - TwainScanning.Net Library

The ScanSettings type exposes the following members.

Properties

  NameDescription
Public propertyAutoFeed
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].

Public propertyAutomaticBorderDetection
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].

Public propertyBrightness
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].

Public propertyCloseUIAfterAcquire
Close scan window provided by the device or leave it shown.

If not set, will be used.

Public propertyColorMode
Which color mode should be used for scanning.

If not set, the device default value will be used.

Note: When not using Bridgex86, same as using [!:DataSource.Settings.ImageType.PixelType] or the alias ColorMode.

Public propertyContrast
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].

Public propertyDevice
Device to use to perform the scan operation.

If not set, the default device will be used.

Public propertyDuplexEnabled
Should duplex scanning be used.

If not set, the device default value will be used.

Note: When not using Bridgex86, same as using [!:DataSource.Settings.Duplex.Enabled] or the alias UseDuplex.

Public propertyIgnoreBlankPages
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].

Public propertyImageCount
Maximum number of images to acquire (-1 acquires all available images).

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].

Public propertyImageQuality
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.

Public propertyMultiPageScan
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.

Public propertyPageSize
Page size to scan.

If not set, the device default value will be used.

Note: When not using Bridgex86, same as using [!:DataSource.Settings.Page.Sizes] or the alias PageSize.

Public propertyResolution
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.

Public propertyRotation
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].

Public propertyShowUI
Show scan window provided by the device or scan without showing it.

If not set, will be used.

Public propertyThreshold
The threshold between detecting black and white shades (requires ColorMode to be set to BW).

If not set, the device default value will be used.

Note: When not using Bridgex86, same as using [!:DataSource.Settings.ImageType.Threshold].

Public propertyTiffImageQuality
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.

Public propertyTransferMechanism
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.

Top
See Also

Reference