ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRImage Class / Width Property




In This Topic
    Width Property (ImGearOCRImage)
    In This Topic
    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