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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Twain Assembly