ClearImage .NET API
Height Property (ImageEditor)





Inlite.ClearImageNet Namespace > ImageEditor Class : Height Property
Image height in pixels
Syntax
'Declaration
 
Public ReadOnly Property Height As System.Integer
'Usage
 
Dim instance As ImageEditor
Dim value As System.Integer
 
value = instance.Height
public System.int Height {get;}
public read-only property Height: System.Integer; 
public function get Height : System.int
public:
property System.int Height {
   System.int get();
}
Remarks

If object.IsZone image property values comes from object.Parent object

See Also

Reference

ImageEditor Class
ImageEditor Members