menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MobileToolbarItem - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    FormDesigner

    Represents the FormDesigner tool in the mobile toolbar,
    allowing users to access the Form Designer toolbar to add, edit, or remove form fields in the PDF Viewer.

    Declaration
    public const MobileToolbarItem FormDesigner
    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

    Redaction

    Represents the Redaction tool in the mobile toolbar, Allowing access to the Redaction toolbar for adding, editing, and managing Redaction annotation.

    Declaration
    public const MobileToolbarItem Redaction
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved