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
'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
[Obsolete("Provide a clip image of the field instead of the full filled form image.")]
public Rectangle Area {get; set;}
[Obsolete("Provide a clip image of the field instead of the full filled form image.")]
public: __property Rectangle get_Area();
public: __property void set_Area(
Rectangle value
);
[Obsolete("Provide a clip image of the field instead of the full filled form image.")]
public:
property Rectangle Area {
Rectangle get();
void set ( Rectangle value);
}
See Also