Remover2AddTextToRemove Method (Int32, RectangleF)ByteScout PDF Extractor SDK
Adds all text objects located in or intersecting the specified rectangle for removal.

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

public bool AddTextToRemove(
	int pageIndex,
	RectangleF rectangle
)

Parameters

pageIndex
Type: SystemInt32
Document page index.
rectangle
Type: System.DrawingRectangleF
The rectangle.

Return Value

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

Implements

IRemover2AddTextToRemove(Int32, RectangleF)
See Also

Reference