Link Search Menu Expand Document

BaseRendererExtractionArea Property

Sets the extraction area by coordinates and dimensions.

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

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

Reference