Link Search Menu Expand Document

IExtractionArea Interface

Defines extraction area support for extractors

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public interface IExtractionArea

The IExtractionArea type exposes the following members.

Properties
NameDescription
Public propertyExtractionArea
Sets the extraction area by coordinates and dimensions (left, top, width, height).
Public propertyExtractionAreaRect
Sets the extraction area by rectangle.
Public propertyExtractionAreaUsageMode
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.
Top
Methods
NameDescription
Public methodResetExtractionArea
Resets the extraction area to the full page.
Public methodSetExtractionArea(RectangleF)
Sets the extraction area by rectangle.
Public methodSetExtractionArea(Double, Double, Double, Double)
Sets the extraction area by coordinates and dimensions.
Public methodSetExtractionArea(Single, Single, Single, Single)
Sets the extraction area by coordinates and dimensions.
Top
See Also

Reference