Link Search Menu Expand Document

Remover2AddTextToRemove Method (Int32, PointF)

Adds text object located in the specified point for removal.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public bool AddTextToRemove(
	int pageIndex,
	PointF point
)

Parameters

pageIndex
Type: SystemInt32
Document page index.
point
Type: System.DrawingPointF
The point.

Return Value

Type: Boolean
True if any text has been removed, false otherwise.

Implements

IRemover2AddTextToRemove(Int32, PointF)
See Also

Reference