Search results

Enable the resizer for text markup annotation in JavaScript (ES5) PDF Viewer control

06 Jun 2023 / 1 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:

Copied to clipboard
//Enable TextMarkup Resizer.
viewer.enableTextMarkupResizer = true;

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