RemoverRemoveVectors Method (Int32, RectangleF, Stream)ByteScout PDF Extractor SDK
Removes vector objects contained in specified rectangle.

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

public void RemoveVectors(
	int pageIndex,
	RectangleF rectangle,
	Stream outputStream
)

Parameters

pageIndex
Type: SystemInt32
Document page index.
rectangle
Type: System.DrawingRectangleF
Rectangle to remove vector objects from.
outputStream
Type: System.IOStream
Output stream.

Implements

IRemoverRemoveVectors(Int32, RectangleF, Stream)
See Also

Reference