次の方法で共有


IImageScannerSourceConfiguration.MinResolution プロパティ

定義

スキャン ソースの最小水平方向および垂直方向のスキャン解像度を DPI で取得します。

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

プロパティ値

水平方向と垂直方向の解像度 (ピクセル単位)。

適用対象