ImageScannerFlatbedConfiguration.OpticalResolution Property

Definition

Gets the optical scan resolution of the flatbed scanner in DPI.

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

Property Value

The horizontal and vertical scan resolution in pixels.

Implements

Remarks

Apps can scan at OpticalResolution for the best quality per pixel that the hardware device is capable of.

Applies to