IImageScannerSourceConfiguration.MinResolution Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the minimum horizontal and vertical scan resolution of the scan source in DPI.
public:
property ImageScannerResolution MinResolution { ImageScannerResolution get(); };
ImageScannerResolution MinResolution();
public ImageScannerResolution MinResolution { get; }
var imageScannerResolution = iImageScannerSourceConfiguration.minResolution;
Public ReadOnly Property MinResolution As ImageScannerResolution
Property Value
The horizontal and vertical resolution, in pixels.