menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfViewerCommandManager - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfViewerCommandManager

    Represents the collection of commands and the corresponding key gestures. It is responsible for managing the routed commands.

    Inheritance
    System.Object
    PdfViewerCommandManager
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public class PdfViewerCommandManager : SfBaseComponent
    Remarks

    CommandManager provides the support to define custom commands. The custom commands are Executed when the specified key gesture is recognized.

    Constructors

    PdfViewerCommandManager()

    Declaration
    public PdfViewerCommandManager()

    Properties

    Commands

    Represents a collection of keyboard commands along with their corresponding action name.

    Declaration
    public List<KeyboardCommand> Commands { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<KeyboardCommand>

    A collection of keyboard commands along with their corresponding key gestures.

    Remarks

    This collection defines custom keyboard commands associated with specific key gestures.

    mainParent

    Declaration
    protected SfBaseComponent mainParent { get; set; }
    Property Value
    Type
    SfBaseComponent

    Methods

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type
    System.Threading.Tasks.Task

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type
    System.Threading.Tasks.Task
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved