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