Link Search Menu Expand Document

IExtractionAreaExtractionArea Property

Sets the extraction area by coordinates and dimensions (left, top, width, height).

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
double[] ExtractionArea { get; set; }

Property Value

Type: Double
Array of Double representing extraction area coordinates and dimensions (left, top, width, height).
Remarks
Note, the extraction rectangle is reset on document loading, so you should set it after the loading.
See Also

Reference