Deprecated. Provide a clip image of the field instead of the full filled form image and set the
AnalysisComparisonMethod to a value other than
OmrAnalysisComparisonMethod.CompareFullImageToFormModel. Gets or sets the area of the OMR field in the full form image.
Syntax
[Obsolete("Provide a clip image of the field instead of the full filled form image.")]
public Rectangle Area {get; set;}
'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
See Also