ImageScannerFeederConfiguration.ScanAhead Property

Definition

Indicates whether or not to scan ahead.

public:
 property bool ScanAhead { bool get(); void set(bool value); };
bool ScanAhead();

void ScanAhead(bool value);
public bool ScanAhead { get; set; }
var boolean = imageScannerFeederConfiguration.scanAhead;
imageScannerFeederConfiguration.scanAhead = boolean;
Public Property ScanAhead As Boolean

Property Value

Boolean

bool

True to scan ahead.

Applies to