Skip to main content
ImageRegionList is a collection of image regions on a document. Use it to add, remove, or clear regions on a field.

Methods

Add

Adds a region to the list. Returns the added region.
  • The first overload adds an existing region.
  • The other overloads create a new region on the specified page — from a rectangle, an array of rectangles, or boundary coordinates.

Remove

Removes a region from the list. Returns true if the region was removed, false otherwise.

Clear

Removes all regions from the list.