RemoverRemoveText Method (Int32, Single, Single, Stream)ByteScout PDF Extractor SDK
Removes text object located in the specified point.

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

public bool RemoveText(
	int pageIndex,
	float x,
	float y,
	Stream outputStream
)

Parameters

pageIndex
Type: SystemInt32
Document page index.
x
Type: SystemSingle
X coordinate of the point.
y
Type: SystemSingle
Y coordinate of the point.
outputStream
Type: System.IOStream
Output stream to save the edited document.

Return Value

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

Implements

IRemoverRemoveText(Int32, Single, Single, Stream)
See Also

Reference