Skip to content

Commit c1ef151

Browse files
980142: Updated proper version Line Angle constraint to Annotation Drawing
1 parent 9760120 commit c1ef151

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

How to/Handle Line Angle Constraints to Annotation Drawing/index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
<meta name="viewport" content="width=device-width, initial-scale=1.0">
55
<meta name="description" content="Typescript PDF Viewer Control">
66
<meta name="author" content="Syncfusion">
7-
<link href="https://cdn.syncfusion.com/ej2/31.1.1/ej2-base/styles/material.css" rel="stylesheet">
8-
<link href="https://cdn.syncfusion.com/ej2/31.1.1/ej2-pdfviewer/styles/material.css" rel="stylesheet">
9-
<link href="https://cdn.syncfusion.com/ej2/31.1.1/ej2-buttons/styles/material.css" rel="stylesheet">
10-
<link href="https://cdn.syncfusion.com/ej2/31.1.1/ej2-popups/styles/material.css" rel="stylesheet">
11-
<link href="https://cdn.syncfusion.com/ej2/31.1.1/ej2-navigations/styles/material.css" rel="stylesheet">
12-
<link href="https://cdn.syncfusion.com/ej2/31.1.1/ej2-dropdowns/styles/material.css" rel="stylesheet">
13-
<link href="https://cdn.syncfusion.com/ej2/31.1.1/ej2-lists/styles/material.css" rel="stylesheet">
14-
<link href="https://cdn.syncfusion.com/ej2/31.1.1/ej2-inputs/styles/material.css" rel="stylesheet">
15-
<link href="https://cdn.syncfusion.com/ej2/31.1.1/ej2-splitbuttons/styles/material.css" rel="stylesheet">
16-
<link href="https://cdn.syncfusion.com/ej2/31.1.1/ej2-notifications/styles/material.css" rel="stylesheet">
7+
<link href="https://cdn.syncfusion.com/ej2/31.1.17/ej2-base/styles/material.css" rel="stylesheet">
8+
<link href="https://cdn.syncfusion.com/ej2/31.1.17/ej2-pdfviewer/styles/material.css" rel="stylesheet">
9+
<link href="https://cdn.syncfusion.com/ej2/31.1.17/ej2-buttons/styles/material.css" rel="stylesheet">
10+
<link href="https://cdn.syncfusion.com/ej2/31.1.17/ej2-popups/styles/material.css" rel="stylesheet">
11+
<link href="https://cdn.syncfusion.com/ej2/31.1.17/ej2-navigations/styles/material.css" rel="stylesheet">
12+
<link href="https://cdn.syncfusion.com/ej2/31.1.17/ej2-dropdowns/styles/material.css" rel="stylesheet">
13+
<link href="https://cdn.syncfusion.com/ej2/31.1.17/ej2-lists/styles/material.css" rel="stylesheet">
14+
<link href="https://cdn.syncfusion.com/ej2/31.1.17/ej2-inputs/styles/material.css" rel="stylesheet">
15+
<link href="https://cdn.syncfusion.com/ej2/31.1.17/ej2-splitbuttons/styles/material.css" rel="stylesheet">
16+
<link href="https://cdn.syncfusion.com/ej2/31.1.17/ej2-notifications/styles/material.css" rel="stylesheet">
1717

1818
<!-- Essential JS 2 PDF Viewer's script -->
19-
<script src="https://cdn.syncfusion.com/ej2/31.1.1/dist/ej2.min.js" type="text/javascript"></script>
19+
<script src="https://cdn.syncfusion.com/ej2/31.1.17/dist/ej2.min.js" type="text/javascript"></script>
2020
<script src="https://cdn.syncfusion.com/ej2/syncfusion-helper.js" type ="text/javascript"></script>
2121

2222
<script src="https://cdn.syncfusion.com/ej2/syncfusion-helper.js" type ="text/javascript"></script>

How to/Handle Line Angle Constraints to Annotation Drawing/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var pdfviewer = new ej.pdfviewer.PdfViewer({
22
documentPath: 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf',
3-
resourceUrl: "https://cdn.syncfusion.com/ej2/31.1.1/dist/ej2-pdfviewer-lib",
3+
resourceUrl: "https://cdn.syncfusion.com/ej2/31.1.17/dist/ej2-pdfviewer-lib",
44
// To enable the annotation drawing options
55
annotationDrawingOptions : {enableLineAngleConstraints : true, restrictLineAngleTo: 90}
66
});

0 commit comments

Comments
 (0)