ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRLetter Class / Rect Property




In This Topic
    Rect Property (ImGearOCRLetter)
    In This Topic
    Gets a reference to the rectangle exactly containing the character.
    Syntax
    'Declaration
     
    Public ReadOnly Property Rect As IImGearRectangle
    'Usage
     
    Dim instance As ImGearOCRLetter
    Dim value As IImGearRectangle
     
    value = instance.Rect
    public IImGearRectangle Rect {get;}
    public: __property IImGearRectangle* get_Rect();
    public:
    property IImGearRectangle^ Rect {
       IImGearRectangle^ get();
    }
    See Also