1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for Python via .NET
  4. /
  5. groupdocs.parser.options
  6. /
  7. PageAreaOptions class
  8. /
  9. rectangle_tolerance property

rectangle_tolerance property

rectangle_tolerance property

Gets 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.

Definition:

@property
def rectangle_tolerance(self):
    ...
@rectangle_tolerance.setter
def rectangle_tolerance(self, value):
    ...

See Also