Link Search Menu Expand Document

IRemoverRemoveImage Method (Int32, Single, Single, 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,
	float x,
	float y,
	string fileName
)

Parameters

pageIndex
Type: SystemInt32
Document page index.
x
Type: SystemSingle
X coordinate of the point.
y
Type: SystemSingle
Y coordinate of the point.
fileName
Type: SystemString
Output file name.
See Also

Reference