Link Search Menu Expand Document

BaseExtractorExtractionArea 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
public double[] ExtractionArea { get; set; }

Property Value

Type: Double
Array of Double representing extraction area coordinates and dimensions (left, top, width, height).

Implements

IExtractionAreaExtractionArea
Remarks
Note, the extraction rectangle is reset on document loading, so you should set it after the loading.
See Also

Reference