CurrentDeviceSettings PropertiesTerminal Works - TwainScanning.Net Library

The CurrentDeviceSettings type exposes the following members.

Properties

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

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

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

Public propertyColorMode
Which color mode is being used for scanning.

If not set, then the device doesn't support it.

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

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

Public propertyDevice
Device for which the current settings were retrieved.
Public propertyDuplexEnabled
Is duplex scanning being used.

If not set, then the device doesn't support it.

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

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

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

Public propertyPageSize
Page size being scanned to.

If not set, then the device doesn't support it.

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

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

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

Public propertyThreshold
The threshold being used for detecting between black and white shades (used when ColorMode is set to BW).

If not set, then the device doesn't support it.

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

Public propertyTransferMechanism
Transfer mechanism currently used to perform scan operations.

Note: When not using Bridgex86, same as [!:DataSource.Settings.Transfer.Mechanism] or the alias TransferMechanism.

Top
See Also

Reference