The Bridgex86 type exposes the following members.
Methods
Name | Description | |
---|---|---|
Acquire(String) |
Acquire with Bridgex86.
| |
Acquire(String, ScanSettings) |
Acquire with Bridgex86.
| |
ClearCache |
Clears the cache for all devices.
| |
ClearCache(String) |
Clears the cache for the specified device only.
| |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetAllDevices |
Gets all devices installed on the system.
| |
GetAllSupportedCapabilities |
Gets all supported capabilities for the specified device.
| |
GetCurrentDeviceSettings |
Gets the current settings for the specified device. Only the supported settings are retrieved, the rest are null/empty.
| |
GetDefaultDevice |
Gets the default device.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetIsSupportedCapability |
Gets an indicator if the specified capability is supported for the specified device.
| |
GetSupportedAutoFeeds |
Gets the supported auto feed settings for the specified device.
Note: When not using Bridgex86, same as DataSource.Settings.Feeder.Autofeed.
| |
GetSupportedAutomaticBorderDetections |
Gets the supported automatic border detection settings for the specified device.
Note: When not using Bridgex86, same as DataSource.Settings.AutomaticAdjustments.AutomaticBorderDetection.
| |
GetSupportedBrightnesses |
Gets the supported brightnesses for the specified device.
Note: When not using Bridgex86, same as DataSource.Settings.ImageAcquire.Brightness.
| |
GetSupportedColorModes | ||
GetSupportedContrasts |
Gets the supported contrasts for the specified device.
Note: When not using Bridgex86, same as DataSource.Settings.ImageAcquire.Contrast.
| |
GetSupportedDuplexEnabled | ||
GetSupportedIgnoreBlankPages |
Gets the supported ignore blank pages settings for the specified device.
Note: When not using Bridgex86, same as DataSource.Settings.AutomaticAdjustments.AutoDiscardBlankPages.
| |
GetSupportedImageCount |
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.
| |
GetSupportedPageSizes | ||
GetSupportedResolutions |
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.
| |
GetSupportedRotations |
Gets the supported rotations for the specified device.
Note: When not using Bridgex86, same as DataSource.Settings.ImageAcquire.Rotation.
| |
GetSupportedThresholds |
Gets the supported thresholds for the specified device.
Note: When not using Bridgex86, same as DataSource.Settings.ImageType.Threshold.
| |
GetSupportedTransferMechanisms |
Gets the supported transfer mechanisms for the specified device.
Note: When not using Bridgex86, same as DataSource.Settings.Transfer.Mechanism or
the alias TransferMechanism.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
See Also