PageAreaOptions constructor
Leave feedback
On this page
Initializes a new instance of the PageAreaOptions class.
def __init__(self):
...
Initializes a new instance of the PageAreaOptions class.
def __init__(self, rectangle):
...
| Parameter | Type | Description |
|---|---|---|
| rectangle | groupdocs.parser.data.Rectangle | The rectangular area that contains page areas. |
Initializes a new instance of the PageAreaOptions class with the size of the ignored border.
def __init__(self, rectangle, rectangle_tolerance):
...
| Parameter | Type | Description |
|---|---|---|
| rectangle | groupdocs.parser.data.Rectangle | The rectangular area that contains page areas. |
| rectangle_tolerance | float | 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. |
- module
groupdocs.parser.options - class
PageAreaOptions
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.