'Declaration Public Overloads Function FindAnnotationView( _
ByVal pThe point, in the image viewer space.As System.Windows.Point, _
ByVal ignoreInteractionModeA value indicating whether current interaction mode is ignored. If true, current InteractionMode is ignored and search is performed for each annotation; otherwise, result depends from GetAnnotationVisibility(WpfPdfAnnotationView) and CanInteractWith(WpfPdfAnnotationView) methods.As Boolean _
) As WpfPdfAnnotationView
public WpfPdfAnnotationView FindAnnotationView(
System.Windows.Point p,
bool ignoreInteractionMode
)
public: WpfPdfAnnotationView* FindAnnotationView(
System.Windows.Point p,
bool ignoreInteractionMode
)
public:
WpfPdfAnnotationView^ FindAnnotationView(
System.Windows.Point p,
bool ignoreInteractionMode
)
Parameters
- p
- The point, in the image viewer space.
- ignoreInteractionMode
- A value indicating whether current interaction mode is ignored. If true, current InteractionMode is ignored and search is performed for each annotation; otherwise, result depends from GetAnnotationVisibility(WpfPdfAnnotationView) and CanInteractWith(WpfPdfAnnotationView) methods.
Return Value
An annotation view if view is found; otherwise, null.