ClearImage .NET API
Width Property (ImageEditor)





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

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

See Also

Reference

ImageEditor Class
ImageEditor Members