IsScanning Property

Summary
(Read only) Indicates weather the source is currently scanning.
Syntax
C#
VB
C++
[DataMemberAttribute(Name="isScanning")] 
public bool IsScanning { get; } 
  
<DataMemberAttribute("isScanning")> 
Public ReadOnly Property IsScanning As Boolean 
[DataMemberAttribute("isScanning")] 
public: 
property bool IsScanning { 
   bool get(); 
} 

Property Value

true if the source is currently scanning; otherwise, false.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Twain Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.