Click or drag to resize

PDFViewCtrlGetAnnotAt Method (Int32, Int32)

Gets the annotation at the (x, y) position expressed in screen coordinates.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public IAnnot GetAnnotAt(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
x coordinate of the screen point
y
Type: SystemInt32
y coordinate of the screen point

Return Value

Type: IAnnot
The annotation found. If no annotation was found, it returns a null pointer.
See Also