IImageScannerSourceConfiguration.ActualResolution 属性

定义

获取扫描源的实际水平和垂直扫描分辨率(以 DPI 为单位)。

public:
 property ImageScannerResolution ActualResolution { ImageScannerResolution get(); };
ImageScannerResolution ActualResolution();
public ImageScannerResolution ActualResolution { get; }
var imageScannerResolution = iImageScannerSourceConfiguration.actualResolution;
Public ReadOnly Property ActualResolution As ImageScannerResolution

属性值

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

适用于