Class PdfToolbarItem
This class represent the properties for the customize toolbar item
Inherited Members
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
public class PdfToolbarItem
Remarks
This class contains the properties of the Index, Id and Template for the customize toolbar
Constructors
PdfToolbarItem()
Provides the Name for the new Toolbar Item Added
Declaration
public PdfToolbarItem()
Properties
CustomToolbarName
Provides the Auto generate name for the New Toolbar Items added ///
Declaration
public string CustomToolbarName { get; set; }
Property Value
| Type |
|---|
| string |
Index
Provides the Index position of the customtoolbarItem placed in the Toolbar
Declaration
public int Index { get; set; }
Property Value
| Type |
|---|
| int |
Template
Provides the template for the customize toolbar item that is the renderfragment of the Toolbar item
Declaration
public RenderFragment Template { get; set; }
Property Value
| Type |
|---|
| RenderFragment |