ImageGear .NET v25.1 - Updated
Width Property (ImGearOCRImage)




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

Property Value

Integer value.
See Also

Reference

ImGearOCRImage Class
ImGearOCRImage Members