ClearImage .NET API
LineFoundEventArgs Class





Inlite.ClearImageNet Namespace : LineFoundEventArgs Class
Event arguments of  ImageEditor.LineFoundEvent
Syntax
'Declaration
 
Public Class LineFoundEventArgs 
   Inherits System.EventArgs
'Usage
 
Dim instance As LineFoundEventArgs
public class LineFoundEventArgs : System.EventArgs 
public class LineFoundEventArgs = class(System.EventArgs)
public class LineFoundEventArgs extends System.EventArgs
public ref class LineFoundEventArgs : public System.EventArgs 
Public Properties
 NameDescription
Public PropertyFlag to abort line detection. Set 'true' to abort  
Public PropertyNumber of lines found during this ImageEditor.GetLines operation  
Public PropertyImageLine object with information about just found image line  
Top
See Also

Reference

LineFoundEventArgs Class
Inlite.ClearImageNet Namespace