Leadtools TWAIN (Leadtools.Twain assembly)

Stop Property (TwainSetPropertyEventArgs)

Show in webframe





Enables or disables firing event TwainSession.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

 

 


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