Link Search Menu Expand Document

Remover2AddImageToRemove Method (Int32, Single, Single)

Adds point to remove image from.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public void AddImageToRemove(
	int pageIndex,
	float x,
	float y
)

Parameters

pageIndex
Type: SystemInt32
Document page index. -1 means "all pages".
x
Type: SystemSingle
X coordinate of the point.
y
Type: SystemSingle
Y coordinate of the point.

Implements

IRemover2AddImageToRemove(Int32, Single, Single)
See Also

Reference