RemoverRemoveText Method (Int32, RectangleF, Stream)ByteScout PDF Extractor SDK
Removes all text objects located in or intersecting the specified rectangle.

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

public bool RemoveText(
	int pageIndex,
	RectangleF rectangle,
	Stream outputStream
)

Parameters

pageIndex
Type: SystemInt32
Document page index.
rectangle
Type: System.DrawingRectangleF
The rectangle.
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, RectangleF, Stream)
See Also

Reference