ClearImageNet Send comments on this topic.
Height Property
See Also 
Inlite.ClearImageNet Namespace > ImageEditor Class : Height Property




Gets image height in pixels

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Height As Integer
Visual Basic (Usage)Copy Code
Dim instance As ImageEditor
Dim value As Integer
 
value = instance.Height
C# 
public int Height {get;}
Managed Extensions for C++ 
public: __property int get_Height();
C++/CLI 
public:
property int Height {
   int get();
}

See Also

Generated from assembly ClearImageNet [5.7.1.0]