BoundingRegion interface
Bounding polygon on a specific page of the input.
- Extends
Properties
page |
1-based page number of page containing the bounding region. |
Inherited Properties
polygon | Bounding polygon of the entity. |
Property Details
pageNumber
1-based page number of page containing the bounding region.
pageNumber: number
Property Value
number
Inherited Property Details
polygon
Bounding polygon of the entity.
polygon?: Point2D[]
Property Value
Point2D[]
Inherited From HasBoundingPolygon.polygon