menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfViewerToolbarSettings - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfViewerToolbarSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    PdfViewerToolbarSettings
    Namespace: Syncfusion.EJ2.PdfViewer
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PdfViewerToolbarSettings : EJTagHelper

    Constructors

    PdfViewerToolbarSettings()

    Declaration
    public PdfViewerToolbarSettings()

    Properties

    AnnotationToolbarItems

    Provide option to customize the annotation toolbar of the PDF Viewer.

    Declaration
    public object AnnotationToolbarItems { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    FormDesignerToolbarItems

    Customize the tools to be exposed in the form designer toolbar.

    Declaration
    public object FormDesignerToolbarItems { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    ShowTooltip

    Enable or disables the toolbar of PdfViewer.

    Declaration
    public bool ShowTooltip { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is null

    ToolbarItems

    shows only the defined options in the PdfViewer.

    Declaration
    public object ToolbarItems { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved