Link Search Menu Expand Document

Remover2AddImageToRemove Method (Int32, PointF)

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,
	PointF point
)

Parameters

pageIndex
Type: SystemInt32
Document page index. -1 means "all pages".
point
Type: System.DrawingPointF
Point to remove image at.

Implements

IRemover2AddImageToRemove(Int32, PointF)
See Also

Reference