IBaseRendererExtractionAreaRect Property ByteScout PDF Renderer SDK
Sets the extraction area by rectangle.

Namespace:  Bytescout.PDFRenderer
Assembly:  Bytescout.PDFRenderer (in Bytescout.PDFRenderer.dll) Version: 13.4.1.4800-master
Syntax

RectangleF ExtractionAreaRect { get; set; }

Property Value

Type: RectangleF
See RectangleF object representing the extraction area.
Remarks

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

Reference