共用方式為


IImageScannerSourceConfiguration.DesiredResolution 屬性

定義

取得或設定應用程式在 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、MaxResolutionOpticalResolution 但是,如果您的應用程式將此值設定為其他解析度,則此屬性會選擇最接近的解析度值。 請參閱 ActualResolution 屬性。

適用於