Hi! I'm working with PDFViewer component and i need have the shape label in mode isLock without lock shape annotation completly. I tried to use freeTextSettings isReadonly and is lock mode but label still editable (i need label locked and no content editable, only resize shape and move).
Thanks by advanced, regards
Query |
Details | |
Hi! I'm working with PDFViewer component and i need have the shape label in mode isLock without lock shape annotation completly. |
Currently, we do not have support to lock the shape label for shape annotations. We will analyze further on this and update you with more details on August 10, 2021. | |
I tried to use freeTextSettings isReadonly and is lock mode but label still editable (i need label locked and no content editable, only resize shape and move).
|
You need to set isReadonly property as true for free text annotation to lock the content of free text annotation. We have shared the code snippet and sample for your reference. Please refer to the below.
Code Snippet:
Documentation: https://ej2.syncfusion.com/angular/documentation/pdfviewer/annotation/free-text-annotation/
|
thank you Vasugi! i will wait for the analysis of the lock shape label. The 2nd query is fine for me.
Query |
Details |
Hi! I'm working with PDFViewer component and i need have the shape label in mode isLock without lock shape annotation completly.
|
We do not have the support to lock the label content of shape annotations. There is a property enableShapeLabel to enable the label for the shape annotations. Could you please confirm whether you want to disable editing the value of label content when the enableShapeLabel property is marked as TRUE for the shape annotations? Please let us know if this suits your requirement. If not share more details about your requirement. This will be helpful to investigate further and provide the solution at the earliest. |
|
|
Hi Vasugi!
"Could you please confirm whether you want to disable editing the value of label content when the enableShapeLabel property is marked as TRUE for the shape annotations?"
Yes! Is exactly i want do it.