GetAnnotationByPoint Method

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Gets the annotation at a specified point in the DocumentViewer

Namespace: PDFTron.SilverDox.Documents.Annotations
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public Annotation GetAnnotationByPoint(
	Point point
)
Visual Basic
Public Function GetAnnotationByPoint ( _
	point As Point _
) As Annotation
Visual C++
public:
Annotation^ GetAnnotationByPoint(
	Point point
)

Parameters

point
Type: System.Windows..::..Point
A point relative to the overall Silverlight plug-in content area.

Return Value

The annotation at the specified point. If no annotation exists at the point or if the point is invalid, return value is null.

See Also