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



Enables or disables firing event TwainSession.SetProperty.

Syntax

Visual Basic (Declaration) 
Public Property Stop As Boolean
Visual Basic (Usage)Copy Code
Dim instance As TwainSetPropertyEventArgs
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: continue firing SetProperty event, false: stop firing SetProperty event

Example

For an example, refer to TwainProperties.ImageResolution.

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