New to Telerik UI for WPFStart a free 30-day trial

Represents command descriptors for a given FixedDocumentViewer instance.

Definition

Namespace:Telerik.Windows.Documents.Commands.Descriptors

Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax:

C#
public abstract class CommandDescriptors : INotifyPropertyChanged

Inheritance: objectCommandDescriptors

Derived Classes: DefaultCommandDescriptors

Implements: INotifyPropertyChanged

Constructors

Initializes a new instance of the CommandDescriptors class.

C#
public CommandDescriptors(FixedDocumentViewerBase fixedDocumentViewer)
Parameters:fixedDocumentViewerFixedDocumentViewerBase

The fixed document viewer.

Properties

Gets the activate bookmark item command descriptor.

C#
public virtual CommandDescriptorBase ActivateBookmarkItemCommandDescriptor { get; }

Gets the additional command descriptors group.

C#
public virtual CommandDescriptorGroup AdditionalCommandDescriptorsGroup { get; }
Property Value:

The additional command descriptors group.

Gets the copy command descriptor.

C#
public virtual CommandDescriptorBase CopyCommandDescriptor { get; }
Property Value:

The copy command descriptor.

Gets the find command descriptor.

C#
public virtual CommandDescriptorBase FindCommandDescriptor { get; }
Property Value:

The find command descriptor.

Gets the find previous command descriptor.

C#
public virtual CommandDescriptorBase FindPreviousCommandDescriptor { get; }
Property Value:

The find previous command descriptor.

Gets the fit to page command descriptor.

C#
public virtual CommandDescriptorBase FitToPageCommandDescriptor { get; }
Property Value:

The fit to page command descriptor.

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

C#
public virtual CommandDescriptorBase FitToPageFixedDocumentSinglePageViewPresenterCommandDescriptor { get; }
Property Value:

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

Gets the fit to width command descriptor.

C#
public virtual CommandDescriptorBase FitToWidthCommandDescriptor { get; }
Property Value:

The fit to width command descriptor.

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

C#
public virtual CommandDescriptorBase FitToWidthFixedDocumentPagesPresenterCommandDescriptor { get; }
Property Value:

The fit to width fixed document pages presenter command descriptor.

Gets the fixed document viewer.

C#
public FixedDocumentViewerBase FixedDocumentViewer { get; }
Property Value:

The fixed document viewer.

Gets the move left command descriptor.

C#
public virtual CommandDescriptorBase MoveCaretLineDownCommandDescriptor { get; }
Property Value:

The move left command descriptor.

Gets the move left command descriptor.

C#
public virtual CommandDescriptorBase MoveCaretLineUpCommandDescriptor { get; }
Property Value:

The move left command descriptor.

Gets the move left command descriptor.

C#
public virtual CommandDescriptorBase MoveCaretToEndOfDocumentCommandDescriptor { get; }
Property Value:

The move left command descriptor.

Gets the move left command descriptor.

C#
public virtual CommandDescriptorBase MoveCaretToLineEndCommandDescriptor { get; }
Property Value:

The move left command descriptor.

Gets the move left command descriptor.

C#
public virtual CommandDescriptorBase MoveCaretToLineStartCommandDescriptor { get; }
Property Value:

The move left command descriptor.

Gets the move left command descriptor.

C#
public virtual CommandDescriptorBase MoveCaretToNextCharacterCommandDescriptor { get; }
Property Value:

The move left command descriptor.

Gets the move left command descriptor.

C#
public virtual CommandDescriptorBase MoveCaretToNextWordCommandDescriptor { get; }
Property Value:

The move left command descriptor.

Gets the move left command descriptor.

C#
public virtual CommandDescriptorBase MoveCaretToPreviousCharacterCommandDescriptor { get; }
Property Value:

The move left command descriptor.

Gets the move left command descriptor.

C#
public virtual CommandDescriptorBase MoveCaretToPreviousWordCommandDescriptor { get; }
Property Value:

The move left command descriptor.

Gets the move left command descriptor.

C#
public virtual CommandDescriptorBase MoveCaretToStartOfDocumentCommandDescriptor { get; }
Property Value:

The move left command descriptor.

Gets the move down command descriptor.

C#
public virtual CommandDescriptorBase MoveDownCommandDescriptor { get; }
Property Value:

The move down command descriptor.

Gets the move left command descriptor.

C#
public virtual CommandDescriptorBase MoveLeftCommandDescriptor { get; }
Property Value:

The move left command descriptor.

Gets the move right command descriptor.

C#
public virtual CommandDescriptorBase MoveRightCommandDescriptor { get; }
Property Value:

The move right command descriptor.

Gets the move up command descriptor.

C#
public virtual CommandDescriptorBase MoveUpCommandDescriptor { get; }
Property Value:

The move up command descriptor.

Gets the open command descriptor.

C#
public virtual CommandDescriptorBase OpenCommandDescriptor { get; }
Property Value:

The open command descriptor.

Gets the page down command descriptor.

C#
public virtual CommandDescriptorBase PageDownCommandDescriptor { get; }
Property Value:

The page down command descriptor.

Gets the page up command descriptor.

C#
public virtual CommandDescriptorBase PageUpCommandDescriptor { get; }
Property Value:

The page up command descriptor.

Gets the print command descriptor.

C#
public virtual CommandDescriptorBase PrintCommandDescriptor { get; }
Property Value:

The print command descriptor.

Gets the rotate clockwise command descriptor.

C#
public virtual CommandDescriptorBase RotateClockwiseCommandDescriptor { get; }
Property Value:

The rotate clockwise command descriptor.

Gets the rotate counter clockwise command descriptor.

C#
public virtual CommandDescriptorBase RotateCounterClockwiseCommandDescriptor { get; }
Property Value:

The rotate counter clockwise command descriptor.

Gets the save as command descriptor.

C#
public virtual CommandDescriptorBase SaveAsCommandDescriptor { get; }
Property Value:

The save as command descriptor.

Gets the select all command descriptor.

C#
public virtual CommandDescriptorBase SelectAllCommandDescriptor { get; }
Property Value:

The select all command descriptor.

Gets the set fixed document pages presenter command descriptor.

C#
public virtual CommandDescriptorBase SetFixedDocumentPagesPresenterCommandDescriptor { get; }
Property Value:

The set fixed document pages presenter command descriptor.

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

C#
public virtual CommandDescriptorBase SetFixedDocumentSinglePageViewPresenterCommandDescriptor { get; }
Property Value:

The set fixed document single page view presenter command descriptor.

Gets the show find dialog command descriptor.

C#
public virtual CommandDescriptorBase ShowFindDialogCommandDescriptor { get; }
Property Value:

The show find dialog command descriptor.

Gets the show signature properties dialog command descriptor.

C#
public virtual CommandDescriptorBase ShowSignaturePropertiesDialogCommandDescriptor { get; }
Property Value:

The show signature properties dialog command descriptor.

Gets the show sign signature dialog command descriptor.

C#
public virtual CommandDescriptorBase ShowSignSignatureDialogCommandDescriptor { get; }
Property Value:

The show sign signature dialog command descriptor.

Gets the sign signature command descriptor.

C#
public virtual CommandDescriptorBase SignSignatureCommandDescriptor { get; }
Property Value:

The sign signature command descriptor.

Gets the sync current bookmark item command descriptor.

C#
public virtual CommandDescriptorBase SyncCurrentBookmarkItemCommandDescriptor { get; }

Gets the common command descriptors group.

C#
public virtual CommandDescriptorGroup TextSelectionCommandDescriptorsGroup { get; }
Property Value:

The common command descriptors group.

Gets the validate signatures command descriptor.

C#
public virtual CommandDescriptorBase ValidateSignaturesCommandDescriptor { get; }
Property Value:

The validate signatures command descriptor.

Gets the view command descriptors group.

C#
public virtual CommandDescriptorGroup ViewCommandDescriptorsGroup { get; }
Property Value:

The view command descriptors group.

Gets the zoom in command descriptor.

C#
public virtual CommandDescriptorBase ZoomInCommandDescriptor { get; }
Property Value:

The zoom in command descriptor.

Gets the zoom out command descriptor.

C#
public virtual CommandDescriptorBase ZoomOutCommandDescriptor { get; }
Property Value:

The zoom out command descriptor.

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