Enable resize text in EJ2 JavaScript Pdfviewer control

8 May 20231 minute to read

To enable the resizer for the text markup annotation in Syncfusion PDF viewer, you can use the enableTextMarkupResizer property. Default value of the property is false.

Here is an example of how you can enable the resizer for the text markup annotation:

//Enable TextMarkup Resizer.
viewer.enableTextMarkupResizer = true;

Find the sample how to enable the resizer for the Text Markup annotation