IImageScannerSourceConfiguration.ActualResolution 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 actual horizontal and vertical scan resolution for the scan source, in DPI.
public:
property ImageScannerResolution ActualResolution { ImageScannerResolution get(); };
ImageScannerResolution ActualResolution();
public ImageScannerResolution ActualResolution { get; }
var imageScannerResolution = iImageScannerSourceConfiguration.actualResolution;
Public ReadOnly Property ActualResolution As ImageScannerResolution
Property Value
The horizontal and vertical resolution, in pixels.