diff --git a/Document-Processing-toc.html b/Document-Processing-toc.html index 10694e6b8..58ae5bb5b 100644 --- a/Document-Processing-toc.html +++ b/Document-Processing-toc.html @@ -128,6 +128,24 @@
|
-| [Section 508 Support] |
|
-| [Screen Reader Support]|
|
-| [Right-To-Left Support]|
|
-| [Color Contrast] |
|
-| [Mobile Device Support]|
|
-| [Keyboard Navigation Support]|
|
-| [Accessibility Checker Validation] |
|
-| [Axe-core Accessibility Validation]|
|
+| --- | --- |
+| WCAG 2.2 Support |
|
+| Section 508 Support |
|
+| Screen Reader Support |
|
+| Right-To-Left Support |
|
+| Color Contrast |
|
+| Mobile Device Support |
|
+| Keyboard Navigation Support |
|
+| Accessibility Checker Validation |
|
+| Axe-core Accessibility Validation |
|
+```
+
+N> The icons are embedded in the font file used in the previous code snippet.
+
+**Step 5:** Add the following scripts to perform user interactions in the PDF Viewer:
+
+{% tabs %}
+{% highlight js tabtitle="Standalone" %}
+
+
+
+{% endhighlight %}
+{% highlight js tabtitle="Server-Backed" %}
+
+
+
+{% endhighlight %}
+{% endtabs %}
+
+Sample:
+[https://document.syncfusion.com/demos/pdf-viewer/asp-net-core/pdfviewer/customtoolbar#/tailwind](https://document.syncfusion.com/demos/pdf-viewer/asp-net-core/pdfviewer/customtoolbar#/tailwind)
diff --git a/Document-Processing/PDF/PDF-Viewer/asp-net-core/toolbar-customization/form-designer-toolbar-customization.md b/Document-Processing/PDF/PDF-Viewer/asp-net-core/toolbar-customization/form-designer-toolbar-customization.md
new file mode 100644
index 000000000..bc036516b
--- /dev/null
+++ b/Document-Processing/PDF/PDF-Viewer/asp-net-core/toolbar-customization/form-designer-toolbar-customization.md
@@ -0,0 +1,77 @@
+---
+layout: post
+title: Form Designer Toolbar Customization in ASP.NET Core PDF Viewer Component | Syncfusion
+description: Learn here all about form designer toolbar customization in Syncfusion ASP.NET Core PDF Viewer component of Syncfusion Essential JS 2 and more.
+platform: document-processing
+control: PDF Viewer
+publishingplatform: ASP.NET Core
+documentation: ug
+---
+
+# Form Designer Toolbar Customization
+
+The form designer toolbar can be customized by showing or hiding default items and by controlling the order in which the items appear.
+
+## Show or hide the form designer toolbar
+
+Show or hide the form designer toolbar programmatically during initialization or at runtime.
+
+Use the [EnableFormDesigner](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_EnableFormDesigner) property or the [showFormDesignerToolbar](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/toolbar/#showformdesignertoolbar) method to toggle visibility.
+
+The following code snippet explains how to show or hide the toolbar using the `EnableFormDesigner` property.
+
+{% tabs %}
+{% highlight cshtml tabtitle="Standalone" %}
+
+