In This Topic
The following tables list the members exposed by
EsclDevice.
Public Properties
| | Name | Description |
 | BlankPageDetection | Gets or sets a value indicating whether this eSCL device can detect blank pages. |
 | BlankPageDetectionAndRemoval | Gets or sets a value indicating whether this eSCL device can detect and remove blank pages. |
 | HasDuplex | Gets or sets a value indicating whether the device can acquire images in duplex mode. |
 | HasFeeder | Gets or sets a value indicating whether the device has the automatic document feeder. |
 | HasFlatbed | Gets or sets a value indicating whether the device has flatbed. |
 | HostUrl | Gets the host URL of this eSCL device. |
 | IgnoreNotVaidSslCertificateError | Gets a value indicating whether eSCL device should ignore not valid or self-signed SSL certificate for SSL connection. |
 | IsDuplexEnabled | Gets or sets a value indicating whether the device uses the duplex mode. |
 | IsFeederEnabled | Gets or sets a value indicating whether the device uses the automatic document feeder. |
 | IsFlatbedEnabled | Gets or sets a value indicating whether the device uses flatbed. |
 | IsOpened | Gets a value indicating whether this eSCL device is opened. |
 | Name | Gets the name of this eSCL device. |
 | OcrSupport | Gets or sets a value indicating whether this eSCL device can recognize text in scanned image. |
 | ScanBrightness | Gets or set the scan brightness for this eSCL device. |
 | ScanColorMode | Gets or set the scan color mode for this eSCL device. |
 | ScanCompressionFactor | Gets or set the scan compression factor for this eSCL device. |
 | ScanContrast | Gets or set the scan contrast for this eSCL device. |
 | ScanIntent | Gets or sets the scan intent for this eSCL device. |
 | ScanMaxRegions | Gets the maximum count of scan regions. |
 | ScanSharpen | Gets or set the scan sharpen value for this eSCL device. |
 | ScanThreshold | Gets or set the scan threshold for this eSCL device. |
 | ScanXResolution | Gets or set the scan X-resolution for this eSCL device. |
 | ScanYResolution | Gets or set the scan Y-resolution for this eSCL device. |
 | TxtRecords | Gets dictionary with information about TXT records of this eSCL device. |
Public Methods
| | Name | Description |
 | AcquireImageSync | Overloaded. Synchronously acquires one image in raw format from this eSCL device. |
 | AcquireImageSyncAsFileStream | Synchronously acquires one image as byte array from this eSCL device. |
 | AddScanRegion | Adds the scan region to the scan regions of this eSCL device. |
 | CancelImageTransfer | Cancels the current image transfer. |
 | ClearScanRegions | Clears the scan regions for this eSCL device. |
 | Close | Closes this eSCL device. |
 | GetScanMaxHeight | Returns the maximum height of scan region. |
 | GetScanMaxWidth | Returns the minimum width of scan region. |
 | GetScanMinHeight | Returns the minimum height of scan region. |
 | GetScanMinWidth | Returns the minimum width of scan region. |
 | GetScanRegions | Returns the scan regions of this eSCL device. |
 | GetSupportedScanBrightnesses | Returns scan brightnesses, which are supported by this eSCL device. |
 | GetSupportedScanColorModes | Returns scan color modes, which are supported by this eSCL device. |
 | GetSupportedScanCompressionFactors | Returns scan compression factors, which are supported by this eSCL device. |
 | GetSupportedScanContrasts | Returns scan contrasts, which are supported by this eSCL device. |
 | GetSupportedScanDocumentFormats | Returns scan document formats, which are supported by this eSCL device. |
 | GetSupportedScanDocumentFormatsExt | Returns extended scan document formats, which are supported by this eSCL device. |
 | GetSupportedScanIntents | Returns scan intents, which are supported by this eSCL device. |
 | GetSupportedScanSharpenValues | Returns scan sharpen values, which are supported by this eSCL device. |
 | GetSupportedScanThresholds | Returns scan thresholds, which are supported by this eSCL device. |
 | GetSupportedScanXResolutions | Returns scan X-resolutions, which are supported by this eSCL device. |
 | GetSupportedScanYResolutions | Returns scan Y-resolutions, which are supported by this eSCL device. |
 | Open | Opens this eSCL device. |
See Also