IImageScannerSourceConfiguration.DesiredResolution 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定應用程式在 DPI 中要求之掃描來源的水準和垂直掃描解析度。
public:
property ImageScannerResolution DesiredResolution { ImageScannerResolution get(); void set(ImageScannerResolution value); };
ImageScannerResolution DesiredResolution();
void DesiredResolution(ImageScannerResolution value);
public ImageScannerResolution DesiredResolution { get; set; }
var imageScannerResolution = iImageScannerSourceConfiguration.desiredResolution;
iImageScannerSourceConfiguration.desiredResolution = imageScannerResolution;
Public Property DesiredResolution As ImageScannerResolution
屬性值
水準和垂直解析度,以圖元為單位。
備註
這個屬性值可以是MinResolution、MaxResolution或OpticalResolution。 但是,如果您的應用程式將此值設定為其他解析度,則此屬性會選擇最接近的解析度值。 請參閱 ActualResolution 屬性。