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

Represents default command descriptors for FixedDocumentViewerBase.

Definition

Namespace:Telerik.Windows.Documents.Commands.Descriptors

Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax:

C#
public class DefaultCommandDescriptors : CommandDescriptors, INotifyPropertyChanged

Inheritance: objectCommandDescriptorsDefaultCommandDescriptors

Implements: INotifyPropertyChanged

Inherited Members CommandDescriptors.FixedDocumentViewer

Constructors

Initializes a new instance of the DefaultCommandDescriptors class.

C#
public DefaultCommandDescriptors(FixedDocumentViewerBase fixedDocumentViewer)
Parameters:fixedDocumentViewerFixedDocumentViewerBase

The fixed document viewer.

Properties

Gets the activate bookmark item command descriptor.

C#
public override CommandDescriptorBase ActivateBookmarkItemCommandDescriptor { get; }

Overrides: CommandDescriptors.ActivateBookmarkItemCommandDescriptor

Gets the additional commands descriptor group.

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

The additional commands descriptor group.

Overrides: CommandDescriptors.AdditionalCommandDescriptorsGroup

Gets the copy command descriptor.

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

The copy command descriptor.

Overrides: CommandDescriptors.CopyCommandDescriptor

Gets the find command descriptor.

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

The find command descriptor.

Overrides: CommandDescriptors.FindCommandDescriptor

Gets the find previous command descriptor.

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

The find previous command descriptor.

Overrides: CommandDescriptors.FindPreviousCommandDescriptor

Gets the fit to page command descriptor.

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

The fit to page command descriptor.

Overrides: CommandDescriptors.FitToPageCommandDescriptor

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

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

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

Overrides: CommandDescriptors.FitToPageFixedDocumentSinglePageViewPresenterCommandDescriptor

Gets the fit to width command descriptor.

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

The fit to width command descriptor.

Overrides: CommandDescriptors.FitToWidthCommandDescriptor

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

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

The fit to width fixed document pages presenter command descriptor.

Overrides: CommandDescriptors.FitToWidthFixedDocumentPagesPresenterCommandDescriptor

Gets the move caret line down command.

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

The move caret line down command.

Overrides: CommandDescriptors.MoveCaretLineDownCommandDescriptor

Gets the move caret line up command.

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

The move caret line up command.

Overrides: CommandDescriptors.MoveCaretLineUpCommandDescriptor

Gets the move caret to end of document command.

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

The move caret to end of document command.

Overrides: CommandDescriptors.MoveCaretToEndOfDocumentCommandDescriptor

Gets the move caret to line end command.

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

The move caret to line end command.

Overrides: CommandDescriptors.MoveCaretToLineEndCommandDescriptor

Gets the move caret to line start command.

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

The move caret to line start command.

Overrides: CommandDescriptors.MoveCaretToLineStartCommandDescriptor

Gets the move caret to next character command.

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

The move caret to next character command.

Overrides: CommandDescriptors.MoveCaretToNextCharacterCommandDescriptor

Gets the move caret to next word command.

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

The move caret to next word command.

Overrides: CommandDescriptors.MoveCaretToNextWordCommandDescriptor

Gets the move caret to previous character command.

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

The move caret to previous character command.

Overrides: CommandDescriptors.MoveCaretToPreviousCharacterCommandDescriptor

Gets the move caret to previous word command.

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

The move caret to previous word command.

Overrides: CommandDescriptors.MoveCaretToPreviousWordCommandDescriptor

Gets the move caret to start of document command.

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

The move caret to start of document command.

Overrides: CommandDescriptors.MoveCaretToStartOfDocumentCommandDescriptor

Gets the move down command descriptor.

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

The move down command descriptor.

Overrides: CommandDescriptors.MoveDownCommandDescriptor

Gets the move left command descriptor.

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

The move left command descriptor.

Overrides: CommandDescriptors.MoveLeftCommandDescriptor

Gets the move right command descriptor.

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

The move right command descriptor.

Overrides: CommandDescriptors.MoveRightCommandDescriptor

Gets the move up command descriptor.

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

The move up command descriptor.

Overrides: CommandDescriptors.MoveUpCommandDescriptor

Gets the open command descriptor.

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

The open command descriptor.

Overrides: CommandDescriptors.OpenCommandDescriptor

Gets the page down command descriptor.

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

The page down command descriptor.

Overrides: CommandDescriptors.PageDownCommandDescriptor

Gets the page up command descriptor.

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

The page up command descriptor.

Overrides: CommandDescriptors.PageUpCommandDescriptor

Gets the print command descriptor.

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

The print command descriptor.

Overrides: CommandDescriptors.PrintCommandDescriptor

Gets the rotate clockwise command descriptor.

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

The rotate clockwise command descriptor.

Overrides: CommandDescriptors.RotateClockwiseCommandDescriptor

Gets the rotate counter clockwise command descriptor.

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

The rotate counter clockwise command descriptor.

Overrides: CommandDescriptors.RotateCounterClockwiseCommandDescriptor

Gets the save as command descriptor.

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

The save as command descriptor.

Overrides: CommandDescriptors.SaveAsCommandDescriptor

Gets the select all command descriptor.

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

The select all command descriptor.

Overrides: CommandDescriptors.SelectAllCommandDescriptor

Gets the set fixed document pages presenter command descriptor.

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

The set fixed document pages presenter command descriptor.

Overrides: CommandDescriptors.SetFixedDocumentPagesPresenterCommandDescriptor

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

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

The set fixed document single page view presenter command descriptor.

Overrides: CommandDescriptors.SetFixedDocumentSinglePageViewPresenterCommandDescriptor

Gets the show find dialog command descriptor.

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

The show find dialog command descriptor.

Overrides: CommandDescriptors.ShowFindDialogCommandDescriptor

Gets the show signature properties dialog command descriptor.

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

The show signature properties dialog command descriptor.

Overrides: CommandDescriptors.ShowSignaturePropertiesDialogCommandDescriptor

Gets the show sign signature dialog command descriptor.

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

The show sign signature dialog command descriptor.

Overrides: CommandDescriptors.ShowSignSignatureDialogCommandDescriptor

Gets the sign signature command descriptor.

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

The sign signature command descriptor.

Overrides: CommandDescriptors.SignSignatureCommandDescriptor

Gets the sync current bookmark item command descriptor.

C#
public override CommandDescriptorBase SyncCurrentBookmarkItemCommandDescriptor { get; }

Overrides: CommandDescriptors.SyncCurrentBookmarkItemCommandDescriptor

Gets the text selection command descriptors group.

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

The text selection command descriptors group.

Overrides: CommandDescriptors.TextSelectionCommandDescriptorsGroup

Gets the validate signatures command descriptor.

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

The validate signatures command descriptor.

Overrides: CommandDescriptors.ValidateSignaturesCommandDescriptor

Gets the view command descriptors group.

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

The view command descriptors group.

Overrides: CommandDescriptors.ViewCommandDescriptorsGroup

Gets the zoom in command descriptor.

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

The zoom in command descriptor.

Overrides: CommandDescriptors.ZoomInCommandDescriptor

Gets the zoom out command descriptor.

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

The zoom out command descriptor.

Overrides: CommandDescriptors.ZoomOutCommandDescriptor

In this article
DefinitionConstructorsDefaultCommandDescriptors(FixedDocumentViewerBase)PropertiesActivateBookmarkItemCommandDescriptorAdditionalCommandDescriptorsGroupCopyCommandDescriptorFindCommandDescriptorFindPreviousCommandDescriptorFitToPageCommandDescriptorFitToPageFixedDocumentSinglePageViewPresenterCommandDescriptorFitToWidthCommandDescriptorFitToWidthFixedDocumentPagesPresenterCommandDescriptorMoveCaretLineDownCommandDescriptorMoveCaretLineUpCommandDescriptorMoveCaretToEndOfDocumentCommandDescriptorMoveCaretToLineEndCommandDescriptorMoveCaretToLineStartCommandDescriptorMoveCaretToNextCharacterCommandDescriptorMoveCaretToNextWordCommandDescriptorMoveCaretToPreviousCharacterCommandDescriptorMoveCaretToPreviousWordCommandDescriptorMoveCaretToStartOfDocumentCommandDescriptorMoveDownCommandDescriptorMoveLeftCommandDescriptorMoveRightCommandDescriptorMoveUpCommandDescriptorOpenCommandDescriptorPageDownCommandDescriptorPageUpCommandDescriptorPrintCommandDescriptorRotateClockwiseCommandDescriptorRotateCounterClockwiseCommandDescriptorSaveAsCommandDescriptorSelectAllCommandDescriptorSetFixedDocumentPagesPresenterCommandDescriptorSetFixedDocumentSinglePageViewPresenterCommandDescriptorShowFindDialogCommandDescriptorShowSignaturePropertiesDialogCommandDescriptorShowSignSignatureDialogCommandDescriptorSignSignatureCommandDescriptorSyncCurrentBookmarkItemCommandDescriptorTextSelectionCommandDescriptorsGroupValidateSignaturesCommandDescriptorViewCommandDescriptorsGroupZoomInCommandDescriptorZoomOutCommandDescriptor
Not finding the help you need?
Contact Support