ImageScannerFlatbedConfiguration.OpticalResolution 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 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.