ClearImage 8 Help
ImageLine Property
See Also  Send Feedback
Inlite.ClearImageNet Namespace > LineFoundEventArgs Class : ImageLine Property






Information about the last found line

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ImageLine As ImageLine
Visual Basic (Usage)Copy Code
Dim instance As LineFoundEventArgs
Dim value As ImageLine
 
value = instance.ImageLine
C# 
public ImageLine ImageLine {get;}
Delphi 
public read-only property ImageLine: ImageLine; 
JScript 
public function get ImageLine : ImageLine
Managed Extensions for C++ 
public: __property ImageLine* get_ImageLine();
C++/CLI 
public:
property ImageLine^ ImageLine {
   ImageLine^ get();
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2007-2013. Inlite Research, Inc. All Rights Reserved.