LEADTOOLS WIA (Leadtools.Wia assembly)
LEAD Technologies, Inc

Stop Property (WiaEnumCapabilitiesEventArgs)






Enables or disables firing the Leadtools.Wia.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 bool Stop {get; set;}
 get_Stop();
set_Stop(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WiaEnumCapabilitiesEventArgs Class
WiaEnumCapabilitiesEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.