PageAreaOptions
Contents
[
Hide
]
PageAreaOptions class
Provides the options which are used for page areas extraction.
public class PageAreaOptions
Constructors
| Name | Description |
|---|---|
| PageAreaOptions() | Initializes a new instance of the PageAreaOptions class. |
| PageAreaOptions(Rectangle) | Initializes a new instance of the PageAreaOptions class. |
| PageAreaOptions(Rectangle, double) | Initializes a new instance of the PageAreaOptions class with the size of the ignored border. |
Properties
| Name | Description |
|---|---|
| Rectangle { get; set; } | Gets the rectangular area that contains page areas. |
| RectangleTolerance { get; set; } | 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. |
Remarks
An instance of PageAreaOptions class is used as parameter in the following methods:
See the usage examples there.
See Also
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser