skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class CommandDescriptors

Represents command descriptors for a given FixedDocumentViewer instance.

Inheritance
System.Object
CommandDescriptors
DefaultCommandDescriptors
Namespace: Telerik.Windows.Documents.Commands.Descriptors
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax

public abstract class CommandDescriptors : Object, INotifyPropertyChanged

Constructors

CommandDescriptors(FixedDocumentViewerBase)

Initializes a new instance of the CommandDescriptors class.

Declaration
public CommandDescriptors(FixedDocumentViewerBase fixedDocumentViewer)
Parameters
FixedDocumentViewerBase fixedDocumentViewer

The fixed document viewer.

Properties

ActivateBookmarkItemCommandDescriptor

Gets the activate bookmark item command descriptor.

Declaration
public virtual CommandDescriptorBase ActivateBookmarkItemCommandDescriptor { get; }
Property Value
CommandDescriptorBase

AdditionalCommandDescriptorsGroup

Gets the additional command descriptors group.

Declaration
public virtual CommandDescriptorGroup AdditionalCommandDescriptorsGroup { get; }
Property Value
CommandDescriptorGroup

The additional command descriptors group.

CopyCommandDescriptor

Gets the copy command descriptor.

Declaration
public virtual CommandDescriptorBase CopyCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The copy command descriptor.

FindCommandDescriptor

Gets the find command descriptor.

Declaration
public virtual CommandDescriptorBase FindCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The find command descriptor.

FindPreviousCommandDescriptor

Gets the find previous command descriptor.

Declaration
public virtual CommandDescriptorBase FindPreviousCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The find previous command descriptor.

FitToPageCommandDescriptor

Gets the fit to page command descriptor.

Declaration
public virtual CommandDescriptorBase FitToPageCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The fit to page command descriptor.

FitToPageFixedDocumentSinglePageViewPresenterCommandDescriptor

Gets the fit to page fixed document single page view presenter command descriptor.

Declaration
public virtual CommandDescriptorBase FitToPageFixedDocumentSinglePageViewPresenterCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The fit to page fixed document single page view presenter command descriptor.

FitToWidthCommandDescriptor

Gets the fit to width command descriptor.

Declaration
public virtual CommandDescriptorBase FitToWidthCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The fit to width command descriptor.

FitToWidthFixedDocumentPagesPresenterCommandDescriptor

Gets the fit to width fixed document pages presenter command descriptor.

Declaration
public virtual CommandDescriptorBase FitToWidthFixedDocumentPagesPresenterCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The fit to width fixed document pages presenter command descriptor.

FixedDocumentViewer

Gets the fixed document viewer.

Declaration
public FixedDocumentViewerBase FixedDocumentViewer { get; }
Property Value
FixedDocumentViewerBase

The fixed document viewer.

MoveCaretLineDownCommandDescriptor

Gets the move left command descriptor.

Declaration
public virtual CommandDescriptorBase MoveCaretLineDownCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The move left command descriptor.

MoveCaretLineUpCommandDescriptor

Gets the move left command descriptor.

Declaration
public virtual CommandDescriptorBase MoveCaretLineUpCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The move left command descriptor.

MoveCaretToEndOfDocumentCommandDescriptor

Gets the move left command descriptor.

Declaration
public virtual CommandDescriptorBase MoveCaretToEndOfDocumentCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The move left command descriptor.

MoveCaretToLineEndCommandDescriptor

Gets the move left command descriptor.

Declaration
public virtual CommandDescriptorBase MoveCaretToLineEndCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The move left command descriptor.

MoveCaretToLineStartCommandDescriptor

Gets the move left command descriptor.

Declaration
public virtual CommandDescriptorBase MoveCaretToLineStartCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The move left command descriptor.

MoveCaretToNextCharacterCommandDescriptor

Gets the move left command descriptor.

Declaration
public virtual CommandDescriptorBase MoveCaretToNextCharacterCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The move left command descriptor.

MoveCaretToNextWordCommandDescriptor

Gets the move left command descriptor.

Declaration
public virtual CommandDescriptorBase MoveCaretToNextWordCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The move left command descriptor.

MoveCaretToPreviousCharacterCommandDescriptor

Gets the move left command descriptor.

Declaration
public virtual CommandDescriptorBase MoveCaretToPreviousCharacterCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The move left command descriptor.

MoveCaretToPreviousWordCommandDescriptor

Gets the move left command descriptor.

Declaration
public virtual CommandDescriptorBase MoveCaretToPreviousWordCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The move left command descriptor.

MoveCaretToStartOfDocumentCommandDescriptor

Gets the move left command descriptor.

Declaration
public virtual CommandDescriptorBase MoveCaretToStartOfDocumentCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The move left command descriptor.

MoveDownCommandDescriptor

Gets the move down command descriptor.

Declaration
public virtual CommandDescriptorBase MoveDownCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The move down command descriptor.

MoveLeftCommandDescriptor

Gets the move left command descriptor.

Declaration
public virtual CommandDescriptorBase MoveLeftCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The move left command descriptor.

MoveRightCommandDescriptor

Gets the move right command descriptor.

Declaration
public virtual CommandDescriptorBase MoveRightCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The move right command descriptor.

MoveUpCommandDescriptor

Gets the move up command descriptor.

Declaration
public virtual CommandDescriptorBase MoveUpCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The move up command descriptor.

OpenCommandDescriptor

Gets the open command descriptor.

Declaration
public virtual CommandDescriptorBase OpenCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The open command descriptor.

PageDownCommandDescriptor

Gets the page down command descriptor.

Declaration
public virtual CommandDescriptorBase PageDownCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The page down command descriptor.

PageUpCommandDescriptor

Gets the page up command descriptor.

Declaration
public virtual CommandDescriptorBase PageUpCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The page up command descriptor.

PrintCommandDescriptor

Gets the print command descriptor.

Declaration
public virtual CommandDescriptorBase PrintCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The print command descriptor.

RotateClockwiseCommandDescriptor

Gets the rotate clockwise command descriptor.

Declaration
public virtual CommandDescriptorBase RotateClockwiseCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The rotate clockwise command descriptor.

RotateCounterClockwiseCommandDescriptor

Gets the rotate counter clockwise command descriptor.

Declaration
public virtual CommandDescriptorBase RotateCounterClockwiseCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The rotate counter clockwise command descriptor.

SaveAsCommandDescriptor

Gets the save as command descriptor.

Declaration
public virtual CommandDescriptorBase SaveAsCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The save as command descriptor.

SelectAllCommandDescriptor

Gets the select all command descriptor.

Declaration
public virtual CommandDescriptorBase SelectAllCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The select all command descriptor.

SetFixedDocumentPagesPresenterCommandDescriptor

Gets the set fixed document pages presenter command descriptor.

Declaration
public virtual CommandDescriptorBase SetFixedDocumentPagesPresenterCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The set fixed document pages presenter command descriptor.

SetFixedDocumentSinglePageViewPresenterCommandDescriptor

Gets the set fixed document single page view presenter command descriptor.

Declaration
public virtual CommandDescriptorBase SetFixedDocumentSinglePageViewPresenterCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The set fixed document single page view presenter command descriptor.

ShowFindDialogCommandDescriptor

Gets the show find dialog command descriptor.

Declaration
public virtual CommandDescriptorBase ShowFindDialogCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The show find dialog command descriptor.

ShowSignaturePropertiesDialogCommandDescriptor

Gets the show signature properties dialog command descriptor.

Declaration
public virtual CommandDescriptorBase ShowSignaturePropertiesDialogCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The show signature properties dialog command descriptor.

ShowSignSignatureDialogCommandDescriptor

Gets the show sign signature dialog command descriptor.

Declaration
public virtual CommandDescriptorBase ShowSignSignatureDialogCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The show sign signature dialog command descriptor.

SignSignatureCommandDescriptor

Gets the sign signature command descriptor.

Declaration
public virtual CommandDescriptorBase SignSignatureCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The sign signature command descriptor.

SyncCurrentBookmarkItemCommandDescriptor

Gets the sync current bookmark item command descriptor.

Declaration
public virtual CommandDescriptorBase SyncCurrentBookmarkItemCommandDescriptor { get; }
Property Value
CommandDescriptorBase

TextSelectionCommandDescriptorsGroup

Gets the common command descriptors group.

Declaration
public virtual CommandDescriptorGroup TextSelectionCommandDescriptorsGroup { get; }
Property Value
CommandDescriptorGroup

The common command descriptors group.

ValidateSignaturesCommandDescriptor

Gets the validate signatures command descriptor.

Declaration
public virtual CommandDescriptorBase ValidateSignaturesCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The validate signatures command descriptor.

ViewCommandDescriptorsGroup

Gets the view command descriptors group.

Declaration
public virtual CommandDescriptorGroup ViewCommandDescriptorsGroup { get; }
Property Value
CommandDescriptorGroup

The view command descriptors group.

ZoomInCommandDescriptor

Gets the zoom in command descriptor.

Declaration
public virtual CommandDescriptorBase ZoomInCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The zoom in command descriptor.

ZoomOutCommandDescriptor

Gets the zoom out command descriptor.

Declaration
public virtual CommandDescriptorBase ZoomOutCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The zoom out command descriptor.

Events

PropertyChanged

Do not use this event.

Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.