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: 13.4.1.4801-master
Syntax
The IExtractionArea type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ExtractionArea |
Sets the extraction area by coordinates and dimensions (left, top, width, height).
| |
| ExtractionAreaRect |
Sets the extraction area by rectangle.
| |
| ExtractionAreaUsageMode |
Gets or sets how to use the ExtractionArea: whether to extract any object
intersecting with the area or only objects completely located inside the 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