Remover2AddImageToRemove Method (Int32, Single, Single)ByteScout PDF Extractor SDK
Adds point to remove image from.

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