IExtractionAreaExtractionArea Property ByteScout PDF Extractor SDK
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.1.4801-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