Click or drag to resize

PDFViewCtrlGetAnnotationListAt Method

Gets the list of annotations at line (x1, y1, x2, y2) expressed in screen coordinates

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public IVector<IAnnot> GetAnnotationListAt(
	int x1,
	int y1,
	int x2,
	int y2
)

Parameters

x1
Type: SystemInt32
x coordinate of the screen point at one of the end points of the line
y1
Type: SystemInt32
y coordinate of the screen point at one of the end points of the line
x2
Type: SystemInt32
x coordinate of the screen point at another end point of the line
y2
Type: SystemInt32
y coordinate of the screen point at another end point of the line

Return Value

Type: IVectorIAnnot
the list of annotations at line (x1, y1, x2, y2).
See Also