Link Search Menu Expand Document

IRemoverRemoveImage Method (Int32, PointF, String)

Removes raster image from specified point.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-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