alexa
menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class PdfViewerToolbarSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    PdfViewerToolbarSettingsBuilder
    Namespace: Syncfusion.EJ2.PdfViewer
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PdfViewerToolbarSettingsBuilder : ControlBuilder

    Constructors

    PdfViewerToolbarSettingsBuilder()

    Declaration
    public PdfViewerToolbarSettingsBuilder()

    PdfViewerToolbarSettingsBuilder(PdfViewerToolbarSettings)

    Declaration
    public PdfViewerToolbarSettingsBuilder(PdfViewerToolbarSettings model)
    Parameters
    Type Name Description
    PdfViewerToolbarSettings model

    Methods

    AnnotationToolbarItems(Object)

    Provide option to customize the annotation toolbar of the PDF Viewer.

    Declaration
    public PdfViewerToolbarSettingsBuilder AnnotationToolbarItems(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    PdfViewerToolbarSettingsBuilder

    FormDesignerToolbarItems(Object)

    Customize the tools to be exposed in the form designer toolbar.

    Declaration
    public PdfViewerToolbarSettingsBuilder FormDesignerToolbarItems(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    PdfViewerToolbarSettingsBuilder

    RedactionToolbarItems(Object)

    Provide option to customize the redaction toolbar of the PDF Viewer. This redaction customization feature shall be available only when the PDF Viewer is operating in Standalone Mode.

    Declaration
    public PdfViewerToolbarSettingsBuilder RedactionToolbarItems(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    PdfViewerToolbarSettingsBuilder

    ShowTooltip(Boolean)

    Enable or disables the tooltip of the toolbars.

    Declaration
    public PdfViewerToolbarSettingsBuilder ShowTooltip(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    PdfViewerToolbarSettingsBuilder

    ToolbarItems(Object)

    shows only the defined options in the PdfViewer.

    Declaration
    public PdfViewerToolbarSettingsBuilder ToolbarItems(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    PdfViewerToolbarSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved