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
[JsonProperty("toolbarItem")]
[JsonConverter(typeof(StringEnumConverter))]
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 |
|