'Declaration Public Overloads Function FindAnnotationView( _
ByVal xThe X coordinate of point, in the image viewer space.As System.Int32, _
ByVal yThe Y coordinate of point, in the image viewer space.As System.Int32, _
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(PdfAnnotationView) and CanInteractWith(PdfAnnotationView) methods.As Boolean _
) As PdfAnnotationView
public PdfAnnotationView FindAnnotationView(
System.Int32 x,
System.Int32 y,
bool ignoreInteractionMode
)
public: PdfAnnotationView* FindAnnotationView(
System.Int32 x,
System.Int32 y,
bool ignoreInteractionMode
)
public:
PdfAnnotationView^ FindAnnotationView(
System.Int32 x,
System.Int32 y,
bool ignoreInteractionMode
)
Parameters
- x
- The X coordinate of point, in the image viewer space.
- y
- The Y coordinate of 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(PdfAnnotationView) and CanInteractWith(PdfAnnotationView) methods.
Return Value
An annotation view if view is found; otherwise, null.