Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Defines extraction area support for extractors
Namespace: Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 12.0.0.4062-master
Syntax
The IExtractionArea type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ExtractionArea |
Sets the extraction area by coordinates and dimensions.
|
![]() | ExtractionAreaRect |
Sets the extraction area by rectangle.
|
![]() | ExtractionAreaUsageMode |
Controls how an extraction area (if any defined)
is used when doing a text search to control if we are searching
within any objects intersecting with an area or only within objects completely inside an area
|
Methods
Name | Description | |
---|---|---|
![]() | ResetExtractionArea |
Resets the extraction area to the full page.
|
![]() | SetExtractionArea(RectangleF) |
Sets the extraction area by rectangle.
|
![]() | SetExtractionArea(Double, Double, Double, Double) |
Sets the extraction area by coordinates and dimensions.
|
![]() | SetExtractionArea(Single, Single, Single, Single) |
Sets the extraction area by coordinates and dimensions.
|
See Also