You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/blazor/toolbar.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,8 @@ The primary toolbar includes the following options:
42
42
43
43

44
44
45
+
*[Get more info about primary toolbar customization](./toolbar/primary-toolbar-customization)
46
+
45
47
## Annotation toolbar in Blazor SfPdfViewer Component
46
48
47
49
The Annotation toolbar appears below the primary toolbar when annotation features are enabled. It provides tools to create and edit annotations.
@@ -58,6 +60,8 @@ The Annotation toolbar appears below the primary toolbar when annotation feature
58
60
59
61

60
62
63
+
*[Get more info about annotation toolbar customization](./toolbar/annotation-toolbar-customization)
64
+
61
65
## Form Designer toolbar in Blazor SfPdfViewer Component
62
66
63
67
Use the Form Designer toolbar to add and configure interactive form fields in the PDF. It appears below the primary toolbar when form designer is enabled.
@@ -68,6 +72,8 @@ Use the Form Designer toolbar to add and configure interactive form fields in th
68
72
69
73

70
74
75
+
*[Get more info about form designer toolbar customization](./toolbar/form-designer-toolbar-customization)
76
+
71
77
## Redaction toolbar in Blazor SfPdfViewer Component
72
78
73
79
The Redaction toolbar provides tools to mark and permanently remove sensitive content from the document. It appears below the primary toolbar when redaction is enabled.
@@ -80,12 +86,10 @@ The Redaction toolbar provides tools to mark and permanently remove sensitive co
80
86
81
87

82
88
89
+
*[Get more info about redaction toolbar customization](./toolbar/redaction-toolbar-customization)
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/blazor/toolbar/annotation-toolbar-customization.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,3 +96,7 @@ Refer to the image below for the mobile view (responsive layout adapts to width)
96
96

97
97
98
98
[View the sample on GitHub](https://github.com/SyncfusionExamples/blazor-pdf-viewer-examples/blob/master/Form%20Designer/Components/Pages/CustomAnnotationToolbar.razor).
99
+
100
+
## See also
101
+
102
+
*[Adding the shape annotation in PDF viewer](./annotation/shape-annotation)
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/blazor/toolbar/form-designer-toolbar-customization.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,3 +72,7 @@ Refer to the image below for the mobile view.
72
72

73
73
74
74
[View the sample on GitHub](https://github.com/SyncfusionExamples/blazor-pdf-viewer-examples/blob/master/Form%20Designer/Components/Pages/CustomFormDesignerToolbar.razor).
75
+
76
+
## See also
77
+
78
+
*[Form designer in PDF viewer](./form-designer/overview)
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/blazor/toolbar/mobile-toolbar.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ Open the overflow (three-dots) menu to access additional actions such as:
66
66
- Download: Download the currently opened PDF document.
67
67
- Bookmark: View and navigate bookmarks within the document.
68
68
69
-

69
+

70
70
71
71
## Annotation toolbar in mobile mode
72
72
@@ -125,7 +125,7 @@ Enable the desktop toolbar on mobile devices with the [EnableDesktopMode](https:
125
125
126
126
On mobile devices, the navigation toolbar collapses into a toggle menu to save space. Any custom items added appear at the beginning of this menu.
127
127
128
-

128
+

129
129
130
130
Enable the modern navigation panel by setting [EnableNavigationPanel](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfViewer.PdfViewerBase.html#Syncfusion_Blazor_SfPdfViewer_PdfViewerBase_EnableNavigationPanel) to true.
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/blazor/toolbar/primary-toolbar-customization.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -402,3 +402,7 @@ Customize the appearance of toolbar icons for custom toolbar items. The followin
402
402
[View the sample on GitHub](https://github.com/SyncfusionExamples/blazor-pdf-viewer-examples/tree/master/Toolbar/Custom%20Toolbar/Primary%20Custom%20Toolbar/Icon-Style-Change).
0 commit comments