Skip to content

Commit a832cd0

Browse files
895039: removed Download button
1 parent b8c6340 commit a832cd0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+2
-40480
lines changed

How to/Add Save Button in built in toolbar/Save Button/src/app/app.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import {
2222
AnnotationService, TextSearchService, TextSelectionService,
2323
PrintService, FormDesignerService, FormFieldsService]
2424
})
25+
2526
export class AppComponent implements OnInit {
2627
public document = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
2728
public resource = 'https://cdn.syncfusion.com/ej2/24.1.41/dist/ej2-pdfviewer-lib';
@@ -35,7 +36,7 @@ export class AppComponent implements OnInit {
3536
};
3637
public toolbarSettings = {
3738
showTooltip: true,
38-
toolbarItems: ['OpenOption',this.toolItem1, 'PageNavigationTool', 'MagnificationTool', 'PanTool', 'SelectionTool', 'SearchOption', 'PrintOption', 'DownloadOption', 'UndoRedoTool', 'AnnotationEditTool', 'FormDesignerEditTool', 'CommentTool', 'SubmitForm']
39+
toolbarItems: ['OpenOption', this.toolItem1, 'PageNavigationTool', 'MagnificationTool', 'PanTool', 'SelectionTool', 'SearchOption', 'PrintOption', 'UndoRedoTool', 'AnnotationEditTool', 'FormDesignerEditTool', 'CommentTool', 'SubmitForm']
3940
};
4041
//To handle custom toolbar click event.
4142
public toolbarClick(args: any): void {

How to/Add Save Button in built in toolbar/Web Service/Controllers/HomeController.cs

Lines changed: 0 additions & 37 deletions
This file was deleted.

How to/Add Save Button in built in toolbar/Web Service/Controllers/PdfViewerController.cs

Lines changed: 0 additions & 326 deletions
This file was deleted.

How to/Add Save Button in built in toolbar/Web Service/Models/ErrorViewModel.cs

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)