Class
CommandDescriptors

Represents command descriptors for a given FixedDocumentViewer instance.

Definition

Namespace:Telerik.Windows.Documents.Commands.Descriptors

Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax:

cs-api-definition
public abstract class CommandDescriptors : INotifyPropertyChanged

Inheritance: objectCommandDescriptors

Derived Classes: DefaultCommandDescriptors

Implements: INotifyPropertyChanged

Constructors

CommandDescriptors(FixedDocumentViewerBase)

Initializes a new instance of the CommandDescriptors class.

Declaration

cs-api-definition
public CommandDescriptors(FixedDocumentViewerBase fixedDocumentViewer)

Parameters

fixedDocumentViewer

FixedDocumentViewerBase

The fixed document viewer.

Properties

ActivateBookmarkItemCommandDescriptor

Gets the activate bookmark item command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase ActivateBookmarkItemCommandDescriptor { get; }

Property Value

CommandDescriptorBase

AdditionalCommandDescriptorsGroup

Gets the additional command descriptors group.

Declaration

cs-api-definition
public virtual CommandDescriptorGroup AdditionalCommandDescriptorsGroup { get; }

Property Value

CommandDescriptorGroup

The additional command descriptors group.

CopyCommandDescriptor

Gets the copy command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase CopyCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The copy command descriptor.

FindCommandDescriptor

Gets the find command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase FindCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The find command descriptor.

FindPreviousCommandDescriptor

Gets the find previous command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase FindPreviousCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The find previous command descriptor.

FitToPageCommandDescriptor

Gets the fit to page command descriptor.

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
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

cs-api-definition
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

cs-api-definition
public FixedDocumentViewerBase FixedDocumentViewer { get; }

Property Value

FixedDocumentViewerBase

The fixed document viewer.

MoveCaretLineDownCommandDescriptor

Gets the move left command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase MoveCaretLineDownCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The move left command descriptor.

MoveCaretLineUpCommandDescriptor

Gets the move left command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase MoveCaretLineUpCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The move left command descriptor.

MoveCaretToEndOfDocumentCommandDescriptor

Gets the move left command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase MoveCaretToEndOfDocumentCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The move left command descriptor.

MoveCaretToLineEndCommandDescriptor

Gets the move left command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase MoveCaretToLineEndCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The move left command descriptor.

MoveCaretToLineStartCommandDescriptor

Gets the move left command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase MoveCaretToLineStartCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The move left command descriptor.

MoveCaretToNextCharacterCommandDescriptor

Gets the move left command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase MoveCaretToNextCharacterCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The move left command descriptor.

MoveCaretToNextWordCommandDescriptor

Gets the move left command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase MoveCaretToNextWordCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The move left command descriptor.

MoveCaretToPreviousCharacterCommandDescriptor

Gets the move left command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase MoveCaretToPreviousCharacterCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The move left command descriptor.

MoveCaretToPreviousWordCommandDescriptor

Gets the move left command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase MoveCaretToPreviousWordCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The move left command descriptor.

MoveCaretToStartOfDocumentCommandDescriptor

Gets the move left command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase MoveCaretToStartOfDocumentCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The move left command descriptor.

MoveDownCommandDescriptor

Gets the move down command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase MoveDownCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The move down command descriptor.

MoveLeftCommandDescriptor

Gets the move left command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase MoveLeftCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The move left command descriptor.

MoveRightCommandDescriptor

Gets the move right command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase MoveRightCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The move right command descriptor.

MoveUpCommandDescriptor

Gets the move up command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase MoveUpCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The move up command descriptor.

OpenCommandDescriptor

Gets the open command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase OpenCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The open command descriptor.

PageDownCommandDescriptor

Gets the page down command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase PageDownCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The page down command descriptor.

PageUpCommandDescriptor

Gets the page up command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase PageUpCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The page up command descriptor.

PrintCommandDescriptor

Gets the print command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase PrintCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The print command descriptor.

RotateClockwiseCommandDescriptor

Gets the rotate clockwise command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase RotateClockwiseCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The rotate clockwise command descriptor.

RotateCounterClockwiseCommandDescriptor

Gets the rotate counter clockwise command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase RotateCounterClockwiseCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The rotate counter clockwise command descriptor.

SaveAsCommandDescriptor

Gets the save as command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase SaveAsCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The save as command descriptor.

SelectAllCommandDescriptor

Gets the select all command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase SelectAllCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The select all command descriptor.

SetFixedDocumentPagesPresenterCommandDescriptor

Gets the set fixed document pages presenter command descriptor.

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
public virtual CommandDescriptorBase ShowFindDialogCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The show find dialog command descriptor.

ShowSignSignatureDialogCommandDescriptor

Gets the show sign signature dialog command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase ShowSignSignatureDialogCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The show sign signature dialog command descriptor.

ShowSignaturePropertiesDialogCommandDescriptor

Gets the show signature properties dialog command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase ShowSignaturePropertiesDialogCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The show signature properties dialog command descriptor.

SignSignatureCommandDescriptor

Gets the sign signature command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase SignSignatureCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The sign signature command descriptor.

SyncCurrentBookmarkItemCommandDescriptor

Gets the sync current bookmark item command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase SyncCurrentBookmarkItemCommandDescriptor { get; }

Property Value

CommandDescriptorBase

TextSelectionCommandDescriptorsGroup

Gets the common command descriptors group.

Declaration

cs-api-definition
public virtual CommandDescriptorGroup TextSelectionCommandDescriptorsGroup { get; }

Property Value

CommandDescriptorGroup

The common command descriptors group.

ValidateSignaturesCommandDescriptor

Gets the validate signatures command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase ValidateSignaturesCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The validate signatures command descriptor.

ViewCommandDescriptorsGroup

Gets the view command descriptors group.

Declaration

cs-api-definition
public virtual CommandDescriptorGroup ViewCommandDescriptorsGroup { get; }

Property Value

CommandDescriptorGroup

The view command descriptors group.

ZoomInCommandDescriptor

Gets the zoom in command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase ZoomInCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The zoom in command descriptor.

ZoomOutCommandDescriptor

Gets the zoom out command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptorBase ZoomOutCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The zoom out command descriptor.

In this article
DefinitionConstructorsCommandDescriptors(FixedDocumentViewerBase)PropertiesActivateBookmarkItemCommandDescriptorAdditionalCommandDescriptorsGroupCopyCommandDescriptorFindCommandDescriptorFindPreviousCommandDescriptorFitToPageCommandDescriptorFitToPageFixedDocumentSinglePageViewPresenterCommandDescriptorFitToWidthCommandDescriptorFitToWidthFixedDocumentPagesPresenterCommandDescriptorFixedDocumentViewerMoveCaretLineDownCommandDescriptorMoveCaretLineUpCommandDescriptorMoveCaretToEndOfDocumentCommandDescriptorMoveCaretToLineEndCommandDescriptorMoveCaretToLineStartCommandDescriptorMoveCaretToNextCharacterCommandDescriptorMoveCaretToNextWordCommandDescriptorMoveCaretToPreviousCharacterCommandDescriptorMoveCaretToPreviousWordCommandDescriptorMoveCaretToStartOfDocumentCommandDescriptorMoveDownCommandDescriptorMoveLeftCommandDescriptorMoveRightCommandDescriptorMoveUpCommandDescriptorOpenCommandDescriptorPageDownCommandDescriptorPageUpCommandDescriptorPrintCommandDescriptorRotateClockwiseCommandDescriptorRotateCounterClockwiseCommandDescriptorSaveAsCommandDescriptorSelectAllCommandDescriptorSetFixedDocumentPagesPresenterCommandDescriptorSetFixedDocumentSinglePageViewPresenterCommandDescriptorShowFindDialogCommandDescriptorShowSignSignatureDialogCommandDescriptorShowSignaturePropertiesDialogCommandDescriptorSignSignatureCommandDescriptorSyncCurrentBookmarkItemCommandDescriptorTextSelectionCommandDescriptorsGroupValidateSignaturesCommandDescriptorViewCommandDescriptorsGroupZoomInCommandDescriptorZoomOutCommandDescriptor
Not finding the help you need?
Contact Support