menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class PdfViewerToolbarSettings

    Class PdfViewerToolbarSettings.

    Inheritance
    System.Object
    PdfViewerToolbarSettings
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Models.PDFViewer
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class PdfViewerToolbarSettings

    Constructors

    PdfViewerToolbarSettings()

    Declaration
    public PdfViewerToolbarSettings()

    Properties

    Items

    Specifies the toolbar items.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("toolbarItem")]
    public ToolbarItems Items { get; set; }
    Property Value
    Type Description
    ToolbarItems

    The items.

    ShowToolTip

    Shows or hides the tooltip.

    Declaration
    [JsonProperty("showTooltip")]
    public bool ShowToolTip { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [show tooltip]; otherwise, false.

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