Skip to content

Commit c633626

Browse files
1009405: Resolved CI Failures
1 parent 35694d1 commit c633626

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Document-Processing/PDF/PDF-Viewer/javascript-es6/annotations/annotation-types/strikethrough-annotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Add the below `serviceUrl` in the `index.ts` file
155155

156156
### Add strikethrough annotations programmatically
157157

158-
Programmatically add strikethrough annotations using the [addAnnotation](https://ej2.syncfusion.com/documentation/api/pdfviewer/annotation/#addannotation) method.
158+
Programmatically add strikethrough annotations using the [addAnnotation](https://ej2.syncfusion.com/documentation/api/pdfviewer/annotation#addannotation) method.
159159

160160
Example:
161161

Document-Processing/PDF/PDF-Viewer/javascript-es6/annotations/annotation-types/underline-annotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Add the below `serviceUrl` in the `index.ts` file
155155

156156
### Add underline annotations programmatically
157157

158-
Programmatically add underline annotations using the [addAnnotation](https://ej2.syncfusion.com/documentation/api/pdfviewer/annotation/#addannotation) method.
158+
Programmatically add underline annotations using the [addAnnotation](https://ej2.syncfusion.com/documentation/api/pdfviewer/annotation#addannotation) method.
159159

160160
Example:
161161

Document-Processing/PDF/PDF-Viewer/javascript-es6/how-to/restricting-zoom-in-mobile-mode-ts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ control: PDF Viewer
77
documentation: ug
88
---
99

10-
# Restrict zoom percentage on mobile devices in TypeScript
10+
# Restrict zoom percentage on mobile devices in TypeScript
1111

1212
Restrict zoom on mobile devices using the `maxZoom` and `minZoom` properties. This improves scrolling performance and document loading on mobile.
1313

Document-Processing/PDF/PDF-Viewer/javascript-es6/save-pdf-file/to-google-cloud-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ viewer.appendTo('#pdfViewer');
125125
viewer.load('PDF_Succinctly.pdf', null);
126126

127127
```
128-
128+
129129
N> Install the `Google.Cloud.Storage.V1` NuGet package in the web service application to use the previous code example.
130130

131131
[View sample in GitHub](https://github.com/SyncfusionExamples/open-save-pdf-documents-in-google-cloud-storage)

0 commit comments

Comments
 (0)