Link Search Menu Expand Document

BaseExtractorSetExtractionArea Method (Double, Double, Double, Double)

Sets the extraction area by coordinates and dimensions.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public virtual void SetExtractionArea(
	double left,
	double top,
	double width,
	double height
)

Parameters

left
Type: SystemDouble

[Missing <param name="left"/> documentation for "M:Bytescout.PDFExtractor.BaseExtractor.SetExtractionArea(System.Double,System.Double,System.Double,System.Double)"]

top
Type: SystemDouble

[Missing <param name="top"/> documentation for "M:Bytescout.PDFExtractor.BaseExtractor.SetExtractionArea(System.Double,System.Double,System.Double,System.Double)"]

width
Type: SystemDouble

[Missing <param name="width"/> documentation for "M:Bytescout.PDFExtractor.BaseExtractor.SetExtractionArea(System.Double,System.Double,System.Double,System.Double)"]

height
Type: SystemDouble

[Missing <param name="height"/> documentation for "M:Bytescout.PDFExtractor.BaseExtractor.SetExtractionArea(System.Double,System.Double,System.Double,System.Double)"]

Implements

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

Reference