Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

Stop Property (TwainSetPropertyEventArgs)






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

Target Platforms

See Also

Reference

TwainSetPropertyEventArgs Class
TwainSetPropertyEventArgs Members

Error processing SSI file