Enum MobileToolbarItem
Enumerates the possible items that can be displayed on the Mobile Toolbar in the PDF Viewer.
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum MobileToolbarItem
Remarks
The Mobile Toolbar Item enumeration provides a set of values representing different options for the Mobile Toolbar in a PDF Viewer.
Fields
| Name | Description |
|---|---|
| EditAnnotation | Represents the Annotation Edit Tool. We can edit the added Annotation for the Mobile Toolbar |
| FormDesigner | Represents the FormDesigner tool in the mobile toolbar, |
| Open | Represents the open option. We can load the document from Open option for the Mobile Toolbar. |
| Redaction | Represents the Redaction tool in the mobile toolbar, Allowing access to the Redaction toolbar for adding, editing, and managing Redaction annotation. |
| Search | Represents the Search Option. We can search in the PDF Viewer for the Mobile Toolbar |
| UndoRedo | Represents the undo, redo tool. We can undo or redo the actions performed in PDF Viewer for the Mobile Toolbar |