Class ToolbarItem
Enum toolbarItem for toolbar settings.
Inheritance
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ToolbarItem : Enum
Fields
AnnotationEditTool
Represents the annotation edit tool. We can edit the added annotation.
Declaration
public const ToolbarItem AnnotationEditTool
Field Value
Type |
---|
ToolbarItem |
CommentTool
Represents the comment tool. It shows the annotations added in the PDF Viewer.
Declaration
public const ToolbarItem CommentTool
Field Value
Type |
---|
ToolbarItem |
DownloadOption
Represents the Download Option. We can download the PDF document.
Declaration
public const ToolbarItem DownloadOption
Field Value
Type |
---|
ToolbarItem |
MagnificationTool
Represents the Magnification tool. It indicates the zoom tool.
Declaration
public const ToolbarItem MagnificationTool
Field Value
Type |
---|
ToolbarItem |
OpenOption
Represents the open option. We can load the document from Open option.
Declaration
public const ToolbarItem OpenOption
Field Value
Type |
---|
ToolbarItem |
PageNavigationTool
Represents the PageNavigation tool. It includes Bookmark and thumbnail panel.
Declaration
public const ToolbarItem PageNavigationTool
Field Value
Type |
---|
ToolbarItem |
PanTool
Represents the Pan tool. This shows text selection in Pan mode
Declaration
public const ToolbarItem PanTool
Field Value
Type |
---|
ToolbarItem |
PrintOption
Represents the Print Option. We can print the PDF document.
Declaration
public const ToolbarItem PrintOption
Field Value
Type |
---|
ToolbarItem |
SearchOption
Represents the Search Option. We can search in the PDF Viewer.
Declaration
public const ToolbarItem SearchOption
Field Value
Type |
---|
ToolbarItem |
SelectionTool
Represents the Selection Tool. This shows the text selection tool.
Declaration
public const ToolbarItem SelectionTool
Field Value
Type |
---|
ToolbarItem |
SubmitForm
Represents the submit form tool. We can export the form using this.
Declaration
public const ToolbarItem SubmitForm
Field Value
Type |
---|
ToolbarItem |
UndoRedoTool
Represents the undo, redo tool. We can undo or redo the actions performed in PDF Viewer.
Declaration
public const ToolbarItem UndoRedoTool
Field Value
Type |
---|
ToolbarItem |