alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class PdfToolbarItem

    This class represent the properties for the customize toolbar item

    Inheritance
    object
    PdfToolbarItem
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved