LEADTOOLS WIA (Leadtools.Wia assembly)

Stop Property (WiaEnumFormatsEventArgs)

Show in webframe





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

Target Platforms

See Also

Reference

WiaEnumFormatsEventArgs Class
WiaEnumFormatsEventArgs Members

 

 


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