Skip to content

Commit ff277af

Browse files
940507: Updated resourceUrl
1 parent f5380c3 commit ff277af

File tree

1 file changed

+1
-1
lines changed
  • How to/Form Designer Signature in Default Toolbar/WebApplication5/WebApplication5/Pages

1 file changed

+1
-1
lines changed

How to/Form Designer Signature in Default Toolbar/WebApplication5/WebApplication5/Pages/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<br>
3636
<br>
3737
<!-- PDF Viewer component with toolbar settings and document path -->
38-
<ejs-pdfviewer id="pdfviewer" style="height:600px" toolbarSettings="toolbarSettings" documentPath="https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf" documentLoad="documentLoad">
38+
<ejs-pdfviewer id="pdfviewer" style="height:600px" toolbarSettings="toolbarSettings" resourceUrl="https://cdn.syncfusion.com/ej2/31.1.17/dist/ej2-pdfviewer-lib" documentPath="https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf" documentLoad="documentLoad">
3939
</ejs-pdfviewer>
4040
<script>
4141
var isSignatureAdded = false; // Flag to ensure menu is added only once

0 commit comments

Comments
 (0)