ExtractionAreaUsageMode Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Defines how extraction area (if any) is treated when doing text extraction or text search.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
UseAllIntersectingObjects | 0 | (0) Extract or search within any text object intersecting with extraction area (if defined). Default mode. | |
UseObjectsCompetelyInsideAreaOnly | 1 | (1) Extracts or search within text objects which are completely inside extraction area. |
See Also