Hi! I'm working with PDFViewer in angular and i has a use case where i need to restrict actions over the annotations, the idea is provide a functionality where annotation shapes can be resized and moved, but these annotations has to be unique and when i use copy and paste functionality i has duplicated annotations.
So i want to disable copy and paste functionality on pdfViewer shape annotations, How i can do it whitout lock annotation?
Regards.
pd: i dont want use isLock property because restrict resize and move.