LEADTOOLS WIA (Leadtools.Wia assembly)

Stop Property (WiaSetPropertiesEventArgs)

Show in webframe





Enables or disables firing the SetPropertiesEvent event.
Syntax
public bool Stop {get; set;}
'Declaration
 
Public Property Stop As Boolean
'Usage
 
Dim instance As WiaSetPropertiesEventArgs
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 SetPropertiesEvent event, false: stop firing SetPropertiesEvent event.
Example
For an example, refer to GetRootItem.
Requirements

Target Platforms

See Also

Reference

WiaSetPropertiesEventArgs Class
WiaSetPropertiesEventArgs Members

 

 


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