IImageScannerSourceConfiguration.MaxResolution 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 maximum horizontal and vertical scan resolution of the scan source in DPI.
public:
property ImageScannerResolution MaxResolution { ImageScannerResolution get(); };
ImageScannerResolution MaxResolution();
public ImageScannerResolution MaxResolution { get; }
var imageScannerResolution = iImageScannerSourceConfiguration.maxResolution;
Public ReadOnly Property MaxResolution As ImageScannerResolution
Property Value
The horizontal and vertical resolution, in pixels.
Remarks
Apps can scan at MaxResolution in a small area at the highest possible resolution.