FormFix v6.0 for .NET - Updated
Area Property (OmrProcessor)



Accusoft.FormFixSdk Namespace > OmrProcessor Class : Area Property
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 Area {
   Rectangle get();
   void set (    Rectangle value);
}
Remarks

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

See Also

Reference

OmrProcessor Class
OmrProcessor Members

Is this page helpful?
Yes No
Thanks for your feedback.