Link Search Menu Expand Document

IRemover2AddTextToRemove Method (Int32, IEnumerableRectangleF)

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.0.4760-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