ImageScannerFeederConfiguration.ActualResolution Property

Definition

Gets the actual horizontal and vertical scan resolution for the scanner's feeder, in DPI.

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

Property Value

The horizontal and vertical resolution, in pixels.

Implements

Remarks

See Remarks for ImageScannerFlatbedConfiguration.ActualResolution.

Applies to