共用方式為


IImageScannerSourceConfiguration 介面

定義

查詢和設定平面和摘要器來源通用的掃描設定。

掃描設定如下:

  • 掃描區域座標
  • 掃描解析度
  • 色彩模式
public interface class IImageScannerSourceConfiguration : IImageScannerFormatConfiguration
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.Scanners.ScannerDeviceContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3216310357, 2884, 19586, 158, 137, 32, 95, 156, 35, 78, 89)]
struct IImageScannerSourceConfiguration : IImageScannerFormatConfiguration
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.Scanners.ScannerDeviceContract), 65536)]
[Windows.Foundation.Metadata.Guid(3216310357, 2884, 19586, 158, 137, 32, 95, 156, 35, 78, 89)]
public interface IImageScannerSourceConfiguration : IImageScannerFormatConfiguration
Public Interface IImageScannerSourceConfiguration
Implements IImageScannerFormatConfiguration
衍生
屬性
實作

Windows 需求

裝置系列
Windows Desktop Extension SDK (已於 10.0.10240.0 引進)
API contract
Windows.Devices.Scanners.ScannerDeviceContract (已於 v1.0 引進)

屬性

ActualResolution

取得掃描來源的實際水準和垂直掃描解析度,以 DPI 為單位。

AutoCroppingMode

取得或設定自動裁剪模式。

在掃描來源上啟用自動偵測時,自動裁剪模式會指出是否要掃描一個區域或多個區域。 當新的掃描會話啟動時,預設值為 Disabled

Brightness

設定從掃描來源擷取影像資料的目前亮度等級。 在新的掃描會話上,此屬性的值是 DefaultBrightness 屬性。

BrightnessStep

取得在最小值和最大值之間可增加或減少資料來源亮度等級的步驟大小。

ColorMode

取得或設定掃描來源的色彩模式。 當新的掃描會話啟動時,這個屬性與 DefaultColorMode 屬性相同。

Contrast

設定或取得從掃描來源擷取影像資料的目前對比層級。 在新的掃描會話開始時,這個屬性會設定為 DefaultContrast 屬性。

ContrastStep

取得資料來源的對比層級可以在最小值和最大值之間增加或減少的步驟大小。

DefaultBrightness

取得掃描來源的預設亮度等級。

DefaultColorMode

取得這個掃描來源的預設色彩模式。

DefaultContrast

取得掃描來源的預設對比層級。

DefaultFormat

取得新掃描會話開始時掃描來源的預設檔案格式。

(繼承來源 IImageScannerFormatConfiguration)
DesiredResolution

取得或設定應用程式在 DPI 中要求之掃描來源的水準和垂直掃描解析度。

Format

取得或設定從裝置擷取到用戶端應用程式之影像資料的目前檔案傳輸格式。

(繼承來源 IImageScannerFormatConfiguration)
MaxBrightness

取得掃描來源所支援的最大亮度等級。

MaxContrast

取得掃描來源所支援的最大對比層級。

MaxResolution

取得 DPI 中掃描來源的水準和垂直掃描解析度上限。

MaxScanArea

取得以英吋為單位的最大掃描區域維度。 最大掃描寬度是檔可以擁有的最長寬度,以供摘要器進行掃描並扁平化。

MinBrightness

取得掃描來源支援的最小亮度等級。

MinContrast

取得掃描來源支援的最小對比層級。

MinResolution

取得 DPI 中掃描來源的最低水準和垂直掃描解析度。

MinScanArea

取得以英吋為單位的最小掃描區域。 最小掃描區域是檔可以擁有的最小大小,以便進行平面或饋送器掃描。

OpticalResolution

取得 DPI 中掃描來源的光學水準和垂直掃描解析度。

SelectedScanRegion

取得或設定 (水準和垂直) 和維度 (寬度和高度) 選取掃描區域的原點座標,以英吋為單位。 當 AutoCroppingMode 屬性未設定為 Disabled時,會忽略這個屬性。

方法

IsAutoCroppingModeSupported(ImageScannerAutoCroppingMode)

判斷掃描來源是否支援指定的 ImageScannerAutoCroppingMode

IsColorModeSupported(ImageScannerColorMode)

判斷掃描來源是否可以在指定的色彩模式中掃描和傳輸影像。

IsFormatSupported(ImageScannerFormat)

判斷輸入掃描器是否支援指定的檔案格式。

(繼承來源 IImageScannerFormatConfiguration)

適用於

另請參閱