ImageGear .NET v25.1 - Updated
Rect Property (ImGearOCRZone)




ImageGear.OCR Assembly > ImageGear.OCR Namespace > ImGearOCRZone Class : Rect Property
Gets a reference to the rectangle whose coordinates (in pixels) define the zone boundaries.
Syntax
'Declaration
 
Public ReadOnly Property Rect As IImGearRectangle
'Usage
 
Dim instance As ImGearOCRZone
Dim value As IImGearRectangle
 
value = instance.Rect
public IImGearRectangle Rect {get;}
public: __property IImGearRectangle* get_Rect();
public:
property IImGearRectangle^ Rect {
   IImGearRectangle^ get();
}
See Also

Reference

ImGearOCRZone Class
ImGearOCRZone Members