Class MobileToolbarItem
Enumerates the possible items that can be displayed on the Mobile Toolbar in the PDF Viewer.
Inheritance
System.Object
MobileToolbarItem
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
public sealed class MobileToolbarItem : Enum
Remarks
The Mobile Toolbar Item enumeration provides a set of values representing different options for the Mobile Toolbar in a PDF Viewer.
Fields
EditAnnotation
Represents the Annotation Edit Tool. We can edit the added Annotation for the Mobile Toolbar
Declaration
public const MobileToolbarItem EditAnnotation
Field Value
Type |
---|
MobileToolbarItem |
Open
Represents the open option. We can load the document from Open option for the Mobile Toolbar.
Declaration
public const MobileToolbarItem Open
Field Value
Type |
---|
MobileToolbarItem |
Search
Represents the Search Option. We can search in the PDF Viewer for the Mobile Toolbar
Declaration
public const MobileToolbarItem Search
Field Value
Type |
---|
MobileToolbarItem |
UndoRedo
Represents the undo, redo tool. We can undo or redo the actions performed in PDF Viewer for the Mobile Toolbar
Declaration
public const MobileToolbarItem UndoRedo
Field Value
Type |
---|
MobileToolbarItem |