Click or drag to resize

InkErase Method

Erase a rectangle area formed by drawing a line from pt1 to pt2 with width

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool Erase(
	Point pt1,
	Point pt2,
	double width
)

Parameters

pt1
Type: pdftron.PDFPoint
A point object that is one end of the eraser segment
pt2
Type: pdftron.PDFPoint
A point object that is the other end of the eraser segment
width
Type: SystemDouble
The radius/width of the eraser

Return Value

Type: Boolean
Whether an ink stroke was erased
See Also