LEADTOOLS WIA (Leadtools.Wia assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Stop Property
See Also 
Leadtools.Wia Namespace > WiaEnumCapabilitiesEventArgs Class : Stop Property



Enables or disables firing the WiaSession.EnumCapabilitiesEvent event.

Syntax

Visual Basic (Declaration) 
Public Property Stop As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WiaEnumCapabilitiesEventArgs
Dim value As Boolean
 
instance.Stop = value
 
value = instance.Stop
C# 
public bool Stop {get; set;}
C++/CLI 
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 WiaSession.EnumCapabilities.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also