IRemover2AddTextToRemove Method (Int32, IEnumerableRectangleF)ByteScout PDF Extractor SDK
Adds all text objects located in or intersecting the specified rectangles for removal.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax

bool AddTextToRemove(
	int pageIndex,
	IEnumerable<RectangleF> rectangles
)

Parameters

pageIndex
Type: SystemInt32
Document page index.
rectangles
Type: System.Collections.GenericIEnumerableRectangleF
Input rectangles.

Return Value

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

Reference