ImageGear .NET - Updated
Width Property (ImGearRecImage)




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecImage Class : Width Property
Gets image width in pixels.
Syntax
'Declaration
 
Public ReadOnly Property Width As Integer
'Usage
 
Dim instance As ImGearRecImage
Dim value As Integer
 
value = instance.Width
public int Width {get;}
public: __property int get_Width();
public:
property int Width {
   int get();
}

Property Value

Integer value.
See Also

Reference

ImGearRecImage Class
ImGearRecImage Members