PageAreaOptions

PageAreaOptions(Rectangle)

Initializes a new instance of the PageAreaOptions class.

public PageAreaOptions(Rectangle rectangle)
Parameter Type Description
rectangle Rectangle The rectangular area that contains page areas.

See Also


PageAreaOptions(Rectangle, double)

Initializes a new instance of the PageAreaOptions class with the size of the ignored border.

public PageAreaOptions(Rectangle rectangle, double rectangleTolerance)
Parameter Type Description
rectangle Rectangle The rectangular area that contains page areas.
rectangleTolerance Double The size of the border that is ignored when captured by the rectangular area. It’s measured by the fraction of a text item height.

See Also