ImageScannerFeederConfiguration.ScanAhead Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique s’il faut ou non analyser à l’avance.
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
Valeur de propriété
Boolean
bool
True pour analyser à l’avance.