ImageScannerFeederConfiguration.SelectedScanRegion Property

Definition

Gets or sets the origin coordinates (horizontal and vertical) and dimensions (width and height) of the selected scan area, in inches. This property is ignored when the AutoCroppingMode property is not Disabled.

public:
 property Rect SelectedScanRegion { Rect get(); void set(Rect value); };
Rect SelectedScanRegion();

void SelectedScanRegion(Rect value);
public Rect SelectedScanRegion { get; set; }
var rect = imageScannerFeederConfiguration.selectedScanRegion;
imageScannerFeederConfiguration.selectedScanRegion = rect;
Public Property SelectedScanRegion As Rect

Property Value

The scan region, in inches.

Implements

Remarks

This table describes the property's restrictions. Default values are set at the beginning of a new scan session.

NameDefault valueValid flatbed valuesValid feeder values
0between 0 and - 1between 0 and
0between 0 and - 1between 0 and
between and ( – )between and
between and ( – )between and

Applies to