ImageScannerFlatbedConfiguration.ActualResolution Property

Definition

Gets the actual horizontal and vertical scan resolution to be used for the flatbed scanner, in dots-per-inch (DPI).

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

Property Value

The horizontal and vertical resolution, in pixels.

Implements

Remarks

The actual resolution is set by the system based on the DesiredResolution set by the app, rounded to the nearest resolution supported by the scanner. See Remarks in DesiredResolution.

Applies to

See also