menu

Document Processing

ToolbarItem Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    ToolbarItem Class

    Represents document toolbar items

    Inheritance
    System.Object
    ToolbarItem
    Namespace: Syncfusion.Windows.Forms.PdfViewer
    Assembly: Syncfusion.PdfViewer.Windows.dll
    Syntax
    public class ToolbarItem : Object

    Constructors

    ToolbarItem(PdfViewerControl)

    Initializes a new instance of the ToolbarItem of the specified PdfViewerControl.

    Declaration
    public ToolbarItem(PdfViewerControl control)
    Parameters
    Type Name Description
    PdfViewerControl control

    The control with which the toolbar item belongs to.

    Properties

    IsEnabled

    Gets or sets the enable property of items in the document toolbar.

    Declaration
    public bool IsEnabled { get; set; }
    Property Value
    Type
    System.Boolean

    IsVisible

    Gets and sets the visibility of items in the document toolbar

    Declaration
    public bool IsVisible { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved