'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;}
'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;}
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.