Skip to content

Commit 9165c03

Browse files
984373: Update toolbar md file
1 parent 1119db7 commit 9165c03

File tree

8 files changed

+26
-6
lines changed

8 files changed

+26
-6
lines changed

Document-Processing/PDF/PDF-Viewer/blazor/toolbar.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ The primary toolbar includes the following options:
4242

4343
![Blazor PDF Viewer primary toolbar with customized items](../blazor-classic/images/blazor-pdfviewer-custom-toolbar.png)
4444

45+
* [Get more info about primary toolbar customization](./toolbar/primary-toolbar-customization)
46+
4547
## Annotation toolbar in Blazor SfPdfViewer Component
4648

4749
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
5860

5961
![Blazor PDF Viewer annotation toolbar](./images/blazor-annotation-toolbar.png)
6062

63+
* [Get more info about annotation toolbar customization](./toolbar/annotation-toolbar-customization)
64+
6165
## Form Designer toolbar in Blazor SfPdfViewer Component
6266

6367
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
6872

6973
![Blazor PDF Viewer form designer toolbar](./images/blazor-form-deigner-toolbar.png)
7074

75+
* [Get more info about form designer toolbar customization](./toolbar/form-designer-toolbar-customization)
76+
7177
## Redaction toolbar in Blazor SfPdfViewer Component
7278

7379
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
8086

8187
![Blazor PDF Viewer redaction toolbar](./images/blazor-redaction-toolbar.png)
8288

89+
* [Get more info about redaction toolbar customization](./toolbar/redaction-toolbar-customization)
90+
8391
## See also
8492

85-
* [Primary toolbar customization](./toolbar/primary-toolbar-customization)
86-
* [Annotation toolbar customization](./toolbar/annotation-toolbar-customization)
87-
* [Form designer toolbar customization](./toolbar/form-designer-toolbar-customization)
88-
* [Redaction toolbar customization](./toolbar/redaction-toolbar-customization)
8993
* [Mobile toolbar](./toolbar/mobile-toolbar)
9094
* [Adding the shape annotation in PDF viewer](./annotation/shape-annotation)
9195
* [Adding the redaction annotation in PDF viewer](./annotation/redaction-annotation)

Document-Processing/PDF/PDF-Viewer/blazor/toolbar/annotation-toolbar-customization.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,7 @@ Refer to the image below for the mobile view (responsive layout adapts to width)
9696
![Annotation toolbar with selected tools on mobile](../images/Annotation_Toolbar_Customization_Mobile.png)
9797

9898
[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)

Document-Processing/PDF/PDF-Viewer/blazor/toolbar/form-designer-toolbar-customization.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,7 @@ Refer to the image below for the mobile view.
7272
![Form designer toolbar with selected tools on mobile](../images/Form_Designer_Toolbar_Customization_Mobile.png)
7373

7474
[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)

Document-Processing/PDF/PDF-Viewer/blazor/toolbar/mobile-toolbar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Open the overflow (three-dots) menu to access additional actions such as:
6666
- Download: Download the currently opened PDF document.
6767
- Bookmark: View and navigate bookmarks within the document.
6868

69-
![More options menu showing additional actions like download and bookmark](../images/moreOptions.png)
69+
![More options menu showing additional actions like download and bookmark](../images/more-options.png)
7070

7171
## Annotation toolbar in mobile mode
7272

@@ -125,7 +125,7 @@ Enable the desktop toolbar on mobile devices with the [EnableDesktopMode](https:
125125

126126
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.
127127

128-
![Modern navigation in mobile view](../images/ModernNavigation-mobile.png)
128+
![Modern navigation in mobile view](../images/modern-navigation-mobile.png)
129129

130130
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.
131131

Document-Processing/PDF/PDF-Viewer/blazor/toolbar/primary-toolbar-customization.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,3 +402,7 @@ Customize the appearance of toolbar icons for custom toolbar items. The followin
402402
[View the sample on GitHub](https://github.com/SyncfusionExamples/blazor-pdf-viewer-examples/tree/master/Toolbar/Custom%20Toolbar/Primary%20Custom%20Toolbar/Icon-Style-Change).
403403

404404
N> This applies only to a custom toolbar.
405+
406+
## See also
407+
408+
* [Mobile toolbar](./toolbar/mobile-toolbar)

Document-Processing/PDF/PDF-Viewer/blazor/toolbar/redaction-toolbar-customization.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,7 @@ private void ToggleRedactionToolbar()
112112

113113
Refer to the following image for details.
114114
![Programmatically show the Redaction toolbar](../annotation/redaction-annotations-images/show-redaction-toolbar.png)
115+
116+
## See also
117+
118+
* [Adding the redaction annotation in PDF viewer](./annotation/redaction-annotation)

0 commit comments

Comments
 (0)