Class PdfToolbarItem
This class represent the properties for the customize toolbar item
Inheritance
System.Object
PdfToolbarItem
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
public class PdfToolbarItem : Object
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 |
---|
System.String |
Index
Provides the Index position of the customtoolbarItem placed in the Toolbar
Declaration
public int Index { get; set; }
Property Value
Type |
---|
System.Int32 |
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 |
---|
Microsoft.AspNetCore.Components.RenderFragment |