ImageScannerFlatbedConfiguration.MaxResolution Property

Definition

Gets the maximum horizontal and vertical scan resolution of the scanner's flatbed in DPI.

public:
 property ImageScannerResolution MaxResolution { ImageScannerResolution get(); };
ImageScannerResolution MaxResolution();
public ImageScannerResolution MaxResolution { get; }
var imageScannerResolution = imageScannerFlatbedConfiguration.maxResolution;
Public ReadOnly Property MaxResolution As ImageScannerResolution

Property Value

The horizontal and vertical resolution, in pixels.

Implements

Remarks

Apps can scan at MaxResolution in a small area at the highest possible resolution.

Applies to