ImageScannerFeederConfiguration.DesiredResolution Property

Definition

Gets or sets the horizontal and vertical scan resolution for the scanner's feeder that the app requests, in DPI.

public:
 property ImageScannerResolution DesiredResolution { ImageScannerResolution get(); void set(ImageScannerResolution value); };
ImageScannerResolution DesiredResolution();

void DesiredResolution(ImageScannerResolution value);
public ImageScannerResolution DesiredResolution { get; set; }
var imageScannerResolution = imageScannerFeederConfiguration.desiredResolution;
imageScannerFeederConfiguration.desiredResolution = imageScannerResolution;
Public Property DesiredResolution As ImageScannerResolution

Property Value

The horizontal and vertical resolution, in pixels.

Implements

Remarks

See Remarks for ImageScannerFlatbedConfiguration.DesiredResolution.

Applies to