Bridgex86 ClassTerminal Works - TwainScanning.Net Library
Interoperability for scanning with 32-bit device drivers in projects which are not 32-bit.
Inheritance Hierarchy

SystemObject
  TwainScanning.Bridgex86Bridgex86

Namespace: TwainScanning.Bridgex86
Assembly: TwainScanning (in TwainScanning.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax

public class Bridgex86

The Bridgex86 type exposes the following members.

Constructors

  NameDescription
Public methodBridgex86
Initializes a new instance of the Bridgex86 class
Top
Methods

  NameDescription
Public methodStatic memberAcquire(String)
Acquire with Bridgex86.
Public methodStatic memberAcquire(String, ScanSettings)
Acquire with Bridgex86.
Public methodStatic memberClearCache
Clears the cache for all devices.
Public methodStatic memberClearCache(String)
Clears the cache for the specified device only.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetAllDevices
Gets all devices installed on the system.
Public methodStatic memberGetAllSupportedCapabilities
Gets all supported capabilities for the specified device.
Public methodStatic memberGetCurrentDeviceSettings
Gets the current settings for the specified device. Only the supported settings are retrieved, the rest are null/empty.
Public methodStatic memberGetDefaultDevice
Gets the default device.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetIsSupportedCapability
Gets an indicator if the specified capability is supported for the specified device.
Public methodStatic memberGetSupportedAutoFeeds
Gets the supported auto feed settings for the specified device.

Note: When not using Bridgex86, same as DataSource.Settings.Feeder.Autofeed.

Public methodStatic memberGetSupportedAutomaticBorderDetections
Gets the supported automatic border detection settings for the specified device.

Note: When not using Bridgex86, same as DataSource.Settings.AutomaticAdjustments.AutomaticBorderDetection.

Public methodStatic memberGetSupportedBrightnesses
Gets the supported brightnesses for the specified device.

Note: When not using Bridgex86, same as DataSource.Settings.ImageAcquire.Brightness.

Public methodStatic memberGetSupportedColorModes
Gets the supported color modes for the specified device.

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

Public methodStatic memberGetSupportedContrasts
Gets the supported contrasts for the specified device.

Note: When not using Bridgex86, same as DataSource.Settings.ImageAcquire.Contrast.

Public methodStatic memberGetSupportedDuplexEnabled
Gets the supported duplex enabled settings for the specified device.

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

Public methodStatic memberGetSupportedIgnoreBlankPages
Gets the supported ignore blank pages settings for the specified device.

Note: When not using Bridgex86, same as DataSource.Settings.AutomaticAdjustments.AutoDiscardBlankPages.

Public methodStatic memberGetSupportedImageCount
Gets the supported image count settings for the specified device.

Note: When not using Bridgex86, same as count parameter in Acquire() and AcquireAsync() methods or DataSource.Settings.Transfer.ImageCount.

Public methodStatic memberGetSupportedPageSizes
Gets the supported page sizes for the specified device.

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

Public methodStatic memberGetSupportedResolutions
Gets the supported resolutions for the specified device.

Note: When not using Bridgex86, same as DataSource.Settings.Resolution.X and DataSource.Settings.Resolution.Y or the alias Resolution.

Public methodStatic memberGetSupportedRotations
Gets the supported rotations for the specified device.

Note: When not using Bridgex86, same as DataSource.Settings.ImageAcquire.Rotation.

Public methodStatic memberGetSupportedThresholds
Gets the supported thresholds for the specified device.

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

Public methodStatic memberGetSupportedTransferMechanisms
Gets the supported transfer mechanisms for the specified device.

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

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also

Reference