IBaseRendererExtractionArea Property ByteScout PDF Renderer SDK
Sets the extraction area by coordinates and dimensions.

Namespace:  Bytescout.PDFRenderer
Assembly:  Bytescout.PDFRenderer (in Bytescout.PDFRenderer.dll) Version: 13.4.1.4800-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