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

属性值

水平和垂直分辨率(以像素为单位)。

注解

此属性的值可以是 MinResolutionMaxResolutionOpticalResolution。 但是,如果应用将此值设置为其他分辨率,则此属性将选择最接近的分辨率值。 请参阅 ActualResolution 属性。

适用于