ImageScannerFeederConfiguration.ScanAhead 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.
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.