Enum ToolbarItem
Enum toolbarItem for toolbar settings.
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum ToolbarItem
Fields
| Name | Description |
|---|---|
| AnnotationEditTool | Represents the annotation edit tool. We can edit the added annotation. |
| CommentTool | Represents the comment tool. It shows the annotations added in the PDF Viewer. |
| DownloadOption | Represents the Download Option. We can download the PDF document. |
| FormDesigner | Represents the FormDesigner tool in the primary toolbar, |
| MagnificationTool | Represents the Magnification tool. It indicates the zoom tool. |
| OpenOption | Represents the open option. We can load the document from Open option. |
| PageNavigationTool | Represents the PageNavigation tool. It includes Bookmark and thumbnail panel. |
| PanTool | Represents the Pan tool. This shows text selection in Pan mode |
| PrintOption | Represents the Print Option. We can print the PDF document. |
| Redaction | Represents the Redaction tool in the primary toolbar, |
| SearchOption | Represents the Search Option. We can search in the PDF Viewer. |
| SelectionTool | Represents the Selection Tool. This shows the text selection tool. |
| SubmitForm | Represents the submit form tool. We can export the form using this. |
| UndoRedoTool | Represents the undo, redo tool. We can undo or redo the actions performed in PDF Viewer. |