Link Search Menu Expand Document

IRemover2AddTextToRemove 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
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.
See Also

Reference