LEADTOOLS WIA (Leadtools.Wia assembly)

Stop Property (WiaEnumItemsEventArgs)

Show in webframe





Enables or disables firing the WiaSession.EnumItemsEvent event.
Syntax
public bool Stop {get; set;}
'Declaration
 
Public Property Stop As Boolean
'Usage
 
Dim instance As WiaEnumItemsEventArgs
Dim value As Boolean
 
instance.Stop = value
 
value = instance.Stop

            

            
public:
property bool Stop {
   bool get();
   void set (    bool value);
}

Property Value

true: continue firing EnumItemsEvent event, false: stop firing EnumItemsEvent event.
Example
For an example, refer to WiaSession.GetRootItem.
Requirements

Target Platforms

See Also

Reference

WiaEnumItemsEventArgs Class
WiaEnumItemsEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.