Link Search Menu Expand Document

IExtractionAreaExtractionAreaRect Property

Sets the extraction area by rectangle.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
RectangleF ExtractionAreaRect { get; set; }

Property Value

Type: RectangleF
See RectangleF object representing the extraction area.
Remarks
Note: the extraction rectangle is reset on document loading, so you should set it after the loading.
See Also

Reference