We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470473b commit 6e0e268Copy full SHA for 6e0e268
1 file changed
How to/Dynamically enable or disable Text Selection/src/app/app.component.ts
@@ -51,7 +51,6 @@ import {
51
export class AppComponent implements OnInit {
52
public document: string = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
53
public resourceUrl: string = 'https://cdn.syncfusion.com/ej2/28.1.33/dist/ej2-pdfviewer-lib';
54
- public isTextSelectionEnabled: boolean = true;
55
56
@ViewChild('pdfViewer')
57
public pdfViewerObj!: PdfViewerComponent;
0 commit comments