Link Search Menu Expand Document

Remover2AddTextToRemove Method (Int32, Single, Single)

Adds text object located in the specified point for removal.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public bool AddTextToRemove(
	int pageIndex,
	float x,
	float y
)

Parameters

pageIndex
Type: SystemInt32
Document page index.
x
Type: SystemSingle
X coordinate of the point.
y
Type: SystemSingle
Y coordinate of the point.

Return Value

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

Implements

IRemover2AddTextToRemove(Int32, Single, Single)
See Also

Reference