Class FixedDocumentViewerCommands
Represents commands for a given FixedDocumentViewer instance.
Inheritance
Namespace: Telerik.Windows.Documents.Commands
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public class FixedDocumentViewerCommands : Object
Constructors
FixedDocumentViewerCommands(FixedDocumentViewerBase)
Initializes a new instance of the FixedDocumentViewerCommands class.
Declaration
public FixedDocumentViewerCommands(FixedDocumentViewerBase fixedDocumentViewerBase)
Parameters
FixedDocumentViewerBase
fixedDocumentViewerBase
The fixed document viewer base. |
Properties
ActivateBookmarkItemCommand
Gets the activate bookmark item command.
Declaration
public ActivateBookmarkItemCommand ActivateBookmarkItemCommand { get; }
Property Value
ActivateBookmarkItemCommand
|
CopyCommand
Gets the copy command.
Declaration
public CopyCommand CopyCommand { get; }
Property Value
CopyCommand
The copy command. |
FindCommand
Gets the find command.
Declaration
public FindCommand FindCommand { get; }
Property Value
FindCommand
The find command. |
FindPreviousCommand
Gets the find previous command.
Declaration
public FindPreviousCommand FindPreviousCommand { get; }
Property Value
FindPreviousCommand
The find previous command. |
FitToPageCommand
Gets the fit to page command.
Declaration
public FitToPageCommand FitToPageCommand { get; }
Property Value
FitToPageCommand
The fit to page command. |
FitToPageFixedDocumentSinglePageViewPresenterCommand
Gets the fit to page fixed document single page view presenter command.
Declaration
public CompositeCommand FitToPageFixedDocumentSinglePageViewPresenterCommand { get; }
Property Value
CompositeCommand
The fit to page fixed document single page view presenter command. |
FitToWidthCommand
Gets the fit to width command.
Declaration
public FitToWidthCommand FitToWidthCommand { get; }
Property Value
FitToWidthCommand
The fit to width command. |
FitToWidthFixedDocumentPagesPresenterCommand
Gets the fit to width fixed document pages presenter command.
Declaration
public CompositeCommand FitToWidthFixedDocumentPagesPresenterCommand { get; }
Property Value
CompositeCommand
The fit to width fixed document pages presenter command. |
FixedDocumentViewer
Gets the fixed document viewer.
Declaration
public FixedDocumentViewerBase FixedDocumentViewer { get; }
Property Value
FixedDocumentViewerBase
The fixed document viewer. |
MoveCaretCommand
Gets the move caret command.
Declaration
public MoveCaretCommand MoveCaretCommand { get; }
Property Value
MoveCaretCommand
The move caret command. |
MoveCaretLineDownCommand
Gets the move caret line down command.
Declaration
public MoveCaretLineDownCommand MoveCaretLineDownCommand { get; }
Property Value
MoveCaretLineDownCommand
The move caret line down command. |
MoveCaretLineUpCommand
Gets the move caret line up command.
Declaration
public MoveCaretLineUpCommand MoveCaretLineUpCommand { get; }
Property Value
MoveCaretLineUpCommand
The move caret line up command. |
MoveCaretToEndOfDocumentCommand
Gets the move caret to end of document command.
Declaration
public MoveCaretToEndOfDocumentCommand MoveCaretToEndOfDocumentCommand { get; }
Property Value
MoveCaretToEndOfDocumentCommand
The move caret to end of document command. |
MoveCaretToLineEndCommand
Gets the move caret to line end command.
Declaration
public MoveCaretToLineEndCommand MoveCaretToLineEndCommand { get; }
Property Value
MoveCaretToLineEndCommand
The move caret to line end command. |
MoveCaretToLineStartCommand
Gets the move caret to line start command.
Declaration
public MoveCaretToLineStartCommand MoveCaretToLineStartCommand { get; }
Property Value
MoveCaretToLineStartCommand
The move caret to line start command. |
MoveCaretToNextCharacterCommand
Gets the move caret to next character command.
Declaration
public MoveCaretToNextCharacterCommand MoveCaretToNextCharacterCommand { get; }
Property Value
MoveCaretToNextCharacterCommand
The move caret to next character command. |
MoveCaretToNextWordCommand
Gets the move caret to next word command.
Declaration
public MoveCaretToNextWordCommand MoveCaretToNextWordCommand { get; }
Property Value
MoveCaretToNextWordCommand
The move caret to next word command. |
MoveCaretToPreviousCharacterCommand
Gets the move caret to previous character command.
Declaration
public MoveCaretToPreviousCharacterCommand MoveCaretToPreviousCharacterCommand { get; }
Property Value
MoveCaretToPreviousCharacterCommand
The move caret to previous character command. |
MoveCaretToPreviousWordCommand
Gets the move caret to previous word command.
Declaration
public MoveCaretToPreviousWordCommand MoveCaretToPreviousWordCommand { get; }
Property Value
MoveCaretToPreviousWordCommand
The move caret to previous word command. |
MoveCaretToStartOfDocumentCommand
Gets the move caret to start of document command.
Declaration
public MoveCaretToStartOfDocumentCommand MoveCaretToStartOfDocumentCommand { get; }
Property Value
MoveCaretToStartOfDocumentCommand
The move caret to start of document command. |
OpenPdfDocumentCommand
Gets the open PDF document command.
Declaration
public OpenPdfDocumentCommand OpenPdfDocumentCommand { get; }
Property Value
OpenPdfDocumentCommand
The open PDF document command. |
PageDownCommand
Gets the page down command.
Declaration
public PageDownCommand PageDownCommand { get; }
Property Value
PageDownCommand
The page down command. |
PageUpCommand
Gets the page up command.
Declaration
public PageUpCommand PageUpCommand { get; }
Property Value
PageUpCommand
The page up command. |
PrintPdfDocumentCommand
Gets the print PDF document command.
Declaration
public PrintPdfDocumentCommand PrintPdfDocumentCommand { get; }
Property Value
PrintPdfDocumentCommand
The print PDF document command. |
RotateClockwiseCommand
Gets the rotate clockwise command.
Declaration
public RotateClockwiseCommand RotateClockwiseCommand { get; }
Property Value
RotateClockwiseCommand
The rotate clockwise command. |
RotateCounterClockwiseCommand
Gets the rotate counter clockwise command.
Declaration
public RotateCounterClockwiseCommand RotateCounterClockwiseCommand { get; }
Property Value
RotateCounterClockwiseCommand
The rotate counter clockwise command. |
SaveAsPdfDocumentCommand
Gets the save as PDF document command.
Declaration
public SaveAsPdfDocumentCommand SaveAsPdfDocumentCommand { get; }
Property Value
SaveAsPdfDocumentCommand
The save as PDF document command. |
ScrollDownCommand
Gets the scroll down command.
Declaration
public ScrollCommand ScrollDownCommand { get; }
Property Value
ScrollCommand
The scroll down command. |
ScrollLeftCommand
Gets the scroll left command.
Declaration
public ScrollCommand ScrollLeftCommand { get; }
Property Value
ScrollCommand
The scroll left command. |
ScrollRightCommand
Gets the scroll right command.
Declaration
public ScrollCommand ScrollRightCommand { get; }
Property Value
ScrollCommand
The scroll right command. |
ScrollUpCommand
Gets the scroll up command.
Declaration
public ScrollCommand ScrollUpCommand { get; }
Property Value
ScrollCommand
The scroll up command. |
SelectAllCommand
Gets the select all command.
Declaration
public SelectAllCommand SelectAllCommand { get; }
Property Value
SelectAllCommand
The select all command. |
SetFixedDocumentPagesPresenterCommand
Gets the set fixed document pages presenter command.
Declaration
public SetFixedDocumentPresenterCommand SetFixedDocumentPagesPresenterCommand { get; }
Property Value
SetFixedDocumentPresenterCommand
The set fixed document pages presenter command. |
SetFixedDocumentSinglePageViewPresenterCommand
Gets the set fixed document single page view presenter command.
Declaration
public SetFixedDocumentPresenterCommand SetFixedDocumentSinglePageViewPresenterCommand { get; }
Property Value
SetFixedDocumentPresenterCommand
The set fixed document single page view presenter command. |
ShowFindDialogCommand
Gets the show find dialog command.
Declaration
public ShowFindDialogCommand ShowFindDialogCommand { get; }
Property Value
ShowFindDialogCommand
The show find dialog command. |
SyncCurrentBookmarkItemCommand
Gets the sync current bookmark item command.
Declaration
public SyncCurrentBookmarkItemCommand SyncCurrentBookmarkItemCommand { get; }
Property Value
SyncCurrentBookmarkItemCommand
|
ZoomInCommand
Gets the zoom in command.
Declaration
public ZoomInCommand ZoomInCommand { get; }
Property Value
ZoomInCommand
The zoom in command. |
ZoomOutCommand
Gets the zoom out command.
Declaration
public ZoomOutCommand ZoomOutCommand { get; }
Property Value
ZoomOutCommand
The zoom out command. |