Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToolbarItem

    Show / Hide Table of Contents

    Class ToolbarItem

    Enum toolbarItem for toolbar settings.

    Inheritance
    System.Object
    ToolbarItem
    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 Description
    ToolbarItem

    CommentTool

    Represents the comment tool. It shows the annotations added in the PDF Viewer.

    Declaration
    public const ToolbarItem CommentTool
    Field Value
    Type Description
    ToolbarItem

    DownloadOption

    Represents the Download Option. We can download the PDF document.

    Declaration
    public const ToolbarItem DownloadOption
    Field Value
    Type Description
    ToolbarItem

    MagnificationTool

    Represents the Magnification tool. It indicates the zoom tool.

    Declaration
    public const ToolbarItem MagnificationTool
    Field Value
    Type Description
    ToolbarItem

    OpenOption

    Represents the open option. We can load the document from Open option.

    Declaration
    public const ToolbarItem OpenOption
    Field Value
    Type Description
    ToolbarItem

    PageNavigationTool

    Represents the PageNavigation tool. It includes Bookmark and thumbnail panel.

    Declaration
    public const ToolbarItem PageNavigationTool
    Field Value
    Type Description
    ToolbarItem

    PanTool

    Represents the Pan tool. This shows text selection in Pan mode

    Declaration
    public const ToolbarItem PanTool
    Field Value
    Type Description
    ToolbarItem

    PrintOption

    Represents the Print Option. We can print the PDF document.

    Declaration
    public const ToolbarItem PrintOption
    Field Value
    Type Description
    ToolbarItem

    SearchOption

    Represents the Search Option. We can search in the PDF Viewer.

    Declaration
    public const ToolbarItem SearchOption
    Field Value
    Type Description
    ToolbarItem

    SelectionTool

    Represents the Selection Tool. This shows the text selection tool.

    Declaration
    public const ToolbarItem SelectionTool
    Field Value
    Type Description
    ToolbarItem

    SubmitForm

    Represents the submit form tool. We can export the form using this.

    Declaration
    public const ToolbarItem SubmitForm
    Field Value
    Type Description
    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 Description
    ToolbarItem

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved