←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Twain Assembly