Class Toolbar
Represent the toolbar present in SfPdfViewer.
Inheritance
System.Object
Toolbar
Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public class Toolbar : Object
Constructors
Toolbar()
Initializes a new instance of the Toolbar class.
Declaration
public Toolbar()
Properties
Enabled
Gets or sets a value indicating whether gets or sets the visibility of toolbar present in SfPdfViewer.
Declaration
public bool Enabled { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
SetToolbarItemVisibility(String, Boolean)
Sets the visibility for the given toolbar item.
Declaration
public void SetToolbarItemVisibility(string itemName, bool isVisible)
Parameters
Type | Name | Description |
---|---|---|
System.String | itemName | The name of the toolbar item. |
System.Boolean | isVisible | Value indicating whether the item should be visible or not. |