'Declaration
<ObsoleteAttribute("Provide a clip image of the field instead of the full filled form image.")> Public Property Area As Rectangle
'Usage
Dim instance As OmrProcessor Dim value As Rectangle instance.Area = value value = instance.Area
'Declaration
<ObsoleteAttribute("Provide a clip image of the field instead of the full filled form image.")> Public Property Area As Rectangle
'Usage
Dim instance As OmrProcessor Dim value As Rectangle instance.Area = value value = instance.Area
This property contains the coordinates, in pixels, of the OMR field. The origin and size of the rectangle is relative to the full image that is passed as the image data to the AnalyzeField function. An Area specified as System.Drawing.Rectangle.Empty indicates that the image contains only an OMR field and the image should be examined in its entirety.
Default value: System.Drawing.Rectangle.Empty