






|
| PDFTron SilverDox SDK |
| AnnotationManager..::..GetAnnotationByPoint Method |
| AnnotationManager Class See Also Send Feedback |
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.
