'Declaration Public Overridable Function CanInteractWith( _
ByVal viewThe annotation view.As PdfAnnotationView _
) As Boolean
public virtual bool CanInteractWith(
PdfAnnotationView view
)
public: virtual bool CanInteractWith(
PdfAnnotationView* view
)
public:
virtual bool CanInteractWith(
PdfAnnotationView^ view
)
Parameters
- view
- The annotation view.
Return Value
True if the tool can interact with the specified annotation view; otherwise, false.