ImageScanner.AutoConfiguration 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得並設定自動設定掃描單位的掃描設定,例如檔案格式,包括要傳遞掃描資料的壓縮。 如果掃描器無法自動設定,則會忽略這個屬性。
public:
property ImageScannerAutoConfiguration ^ AutoConfiguration { ImageScannerAutoConfiguration ^ get(); };
ImageScannerAutoConfiguration AutoConfiguration();
public ImageScannerAutoConfiguration AutoConfiguration { get; }
var imageScannerAutoConfiguration = imageScanner.autoConfiguration;
Public ReadOnly Property AutoConfiguration As ImageScannerAutoConfiguration
屬性值
掃描組態。 如果掃描器無法自動設定,則為 Null。