VintaSoft PDF .NET Plug-in Discussions
Questions, comments and suggestions concerning VintaSoft PDF .NET Plug-in.
Board index < VintaSoft Imaging < VintaSoft PDF .NET Plug-in Discussions
However, I only want to be able to move annotations that are not set to read only.For solving your task you need to use the PdfAnnotationInteractionMode.Edit mode and override the PdfAnnotationTool.CanInteractWith method (https://www.vintasoft.com/docs/vsimagin ... tWith.html) for changing the interaction logic with annotations. The PdfAnnotationTool.CanInteractWith method should return False for read-only PDF annotations.
Is there a interaction mode that will let me do this?