LEADTOOLS WIA (Leadtools.Wia assembly)

Stop Property (WiaEnumCapabilitiesEventArgs)

Show in webframe





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

            

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

Property Value

true to continue firing the EnumCapabilitiesEvent event; false to stop firing the EnumCapabilitiesEvent event.
Example
For an example, refer to EnumCapabilities.
Requirements

Target Platforms

See Also

Reference

WiaEnumCapabilitiesEventArgs Class
WiaEnumCapabilitiesEventArgs Members

 

 


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