IRemoverRemoveImages Method (Int32, RectangleF, Stream)ByteScout PDF Extractor SDK
Removes raster images contained in specified rectangle.

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

void RemoveImages(
	int pageIndex,
	RectangleF rectangle,
	Stream outputStream
)

Parameters

pageIndex
Type: SystemInt32
Document page index.
rectangle
Type: System.DrawingRectangleF
Rectangle to remove images from.
outputStream
Type: System.IOStream
Output stream.
See Also

Reference