Link Search Menu Expand Document

Remover2AddTextToRemove Method (Int32, IEnumerablePointF)

Adds text objects located in the specified points for removal.

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

Parameters

pageIndex
Type: SystemInt32
Document page index.
points
Type: System.Collections.GenericIEnumerablePointF
Input points.

Return Value

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

Implements

IRemover2AddTextToRemove(Int32, IEnumerablePointF)
See Also

Reference