Enable resize in EJ2 TypeScript Pdfviewer control

6 Jul 20241 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