←Select platform

Stop Property

Summary

Enables or disables firing the WiaSession.EnumItemsEvent event.

Syntax

C#
VB
C++
public bool Stop { get; set; } 
  
Public Property Stop As Boolean 
public: 
property bool Stop { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true: continue firing EnumItemsEvent event, false: stop firing EnumItemsEvent event.

Example

For an example, refer to WiaSession.GetRootItem.

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.Wia Assembly