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



Accusoft.FormFixSdk Namespace > DropOutProcessor Class : Area Property
The area of the field.
Syntax
'Declaration
 
Public Property Area As Rectangle
'Usage
 
Dim instance As DropOutProcessor
Dim value As Rectangle
 
instance.Area = value
 
value = instance.Area
public Rectangle Area {get; set;}
public:
property Rectangle Area {
   Rectangle get();
   void set (    Rectangle value);
}
Remarks

This property contains the coordinates, in pixels, of the field. You must set this value before you call the CreateImageOfField method. If the width and height of this rectangle is zero, this object will treat the entire image as a single field. If this rectangle exceeds the bounds of the template image, CreateImageOfField will return white pixels in the non-overlapping area instead of returning an error.

See Also

Reference

DropOutProcessor Class
DropOutProcessor Members

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