IRemoverRemoveImage Method (Int32, PointF, String)ByteScout PDF Extractor SDK
Removes raster image from specified point.

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

void RemoveImage(
	int pageIndex,
	PointF point,
	string fileName
)

Parameters

pageIndex
Type: SystemInt32
Document page index.
point
Type: System.DrawingPointF
Point to remove the image from.
fileName
Type: SystemString
Output file name.
See Also

Reference