Link Search Menu Expand Document

BaseExtractorSetExtractionArea Method (RectangleF)

Sets the extraction area by rectangle.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public virtual void SetExtractionArea(
	RectangleF rectangle
)

Parameters

rectangle
Type: System.DrawingRectangleF
Rectangle.

Implements

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

Reference