IRemover2AddTextToRemove Method (Int32, IEnumerablePointF)ByteScout PDF Extractor SDK
Adds text objects located in the specified points for removal.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-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