Class CommandDescriptors
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.PdfViewer.Commands.Descriptors
Assembly: Telerik.WinUI.Controls.PdfViewer.dll
Syntax
public abstract class CommandDescriptors : NotifyPropertyChangedBase, INotifyPropertyChanged
Constructors
CommandDescriptors(FixedDocumentViewerBase)
Declaration
public CommandDescriptors(FixedDocumentViewerBase fixedDocumentViewer)
Parameters
Fixed
|
Properties
ActivateBookmarkItemCommandDescriptor
Declaration
public virtual CommandDescriptorBase ActivateBookmarkItemCommandDescriptor { get; }
Property Value
AdditionalCommandDescriptorsGroup
Declaration
public virtual CommandDescriptorGroup AdditionalCommandDescriptorsGroup { get; }
Property Value
CopyCommandDescriptor
Declaration
public virtual CommandDescriptorBase CopyCommandDescriptor { get; }
Property Value
FindCommandDescriptor
Declaration
public virtual CommandDescriptorBase FindCommandDescriptor { get; }
Property Value
FindPreviousCommandDescriptor
Declaration
public virtual CommandDescriptorBase FindPreviousCommandDescriptor { get; }
Property Value
FitToPageCommandDescriptor
Declaration
public virtual CommandDescriptorBase FitToPageCommandDescriptor { get; }
Property Value
FitToPageFixedDocumentSinglePageViewPresenterCommandDescriptor
Declaration
public virtual CommandDescriptorBase FitToPageFixedDocumentSinglePageViewPresenterCommandDescriptor { get; }
Property Value
FitToWidthCommandDescriptor
Declaration
public virtual CommandDescriptorBase FitToWidthCommandDescriptor { get; }
Property Value
FitToWidthFixedDocumentPagesPresenterCommandDescriptor
Declaration
public virtual CommandDescriptorBase FitToWidthFixedDocumentPagesPresenterCommandDescriptor { get; }
Property Value
FixedDocumentViewer
Declaration
public FixedDocumentViewerBase FixedDocumentViewer { get; }
Property Value
MoveCaretLineDownCommandDescriptor
Declaration
public virtual CommandDescriptorBase MoveCaretLineDownCommandDescriptor { get; }
Property Value
MoveCaretLineUpCommandDescriptor
Declaration
public virtual CommandDescriptorBase MoveCaretLineUpCommandDescriptor { get; }
Property Value
MoveCaretToEndOfDocumentCommandDescriptor
Declaration
public virtual CommandDescriptorBase MoveCaretToEndOfDocumentCommandDescriptor { get; }
Property Value
MoveCaretToLineEndCommandDescriptor
Declaration
public virtual CommandDescriptorBase MoveCaretToLineEndCommandDescriptor { get; }
Property Value
MoveCaretToLineStartCommandDescriptor
Declaration
public virtual CommandDescriptorBase MoveCaretToLineStartCommandDescriptor { get; }
Property Value
MoveCaretToNextCharacterCommandDescriptor
Declaration
public virtual CommandDescriptorBase MoveCaretToNextCharacterCommandDescriptor { get; }
Property Value
MoveCaretToNextWordCommandDescriptor
Declaration
public virtual CommandDescriptorBase MoveCaretToNextWordCommandDescriptor { get; }
Property Value
MoveCaretToPreviousCharacterCommandDescriptor
Declaration
public virtual CommandDescriptorBase MoveCaretToPreviousCharacterCommandDescriptor { get; }
Property Value
MoveCaretToPreviousWordCommandDescriptor
Declaration
public virtual CommandDescriptorBase MoveCaretToPreviousWordCommandDescriptor { get; }
Property Value
MoveCaretToStartOfDocumentCommandDescriptor
Declaration
public virtual CommandDescriptorBase MoveCaretToStartOfDocumentCommandDescriptor { get; }
Property Value
MoveDownCommandDescriptor
Declaration
public virtual CommandDescriptorBase MoveDownCommandDescriptor { get; }
Property Value
MoveLeftCommandDescriptor
Declaration
public virtual CommandDescriptorBase MoveLeftCommandDescriptor { get; }
Property Value
MoveRightCommandDescriptor
Declaration
public virtual CommandDescriptorBase MoveRightCommandDescriptor { get; }
Property Value
MoveUpCommandDescriptor
Declaration
public virtual CommandDescriptorBase MoveUpCommandDescriptor { get; }
Property Value
OpenCommandDescriptor
Declaration
public virtual CommandDescriptorBase OpenCommandDescriptor { get; }
Property Value
PageDownCommandDescriptor
Declaration
public virtual CommandDescriptorBase PageDownCommandDescriptor { get; }
Property Value
PageUpCommandDescriptor
Declaration
public virtual CommandDescriptorBase PageUpCommandDescriptor { get; }
Property Value
PrintCommandDescriptor
Declaration
public virtual CommandDescriptorBase PrintCommandDescriptor { get; }
Property Value
RotateClockwiseCommandDescriptor
Declaration
public virtual CommandDescriptorBase RotateClockwiseCommandDescriptor { get; }
Property Value
RotateCounterClockwiseCommandDescriptor
Declaration
public virtual CommandDescriptorBase RotateCounterClockwiseCommandDescriptor { get; }
Property Value
SaveAsCommandDescriptor
Declaration
public virtual CommandDescriptorBase SaveAsCommandDescriptor { get; }
Property Value
SelectAllCommandDescriptor
Declaration
public virtual CommandDescriptorBase SelectAllCommandDescriptor { get; }
Property Value
SetFixedDocumentPagesPresenterCommandDescriptor
Declaration
public virtual CommandDescriptorBase SetFixedDocumentPagesPresenterCommandDescriptor { get; }
Property Value
SetFixedDocumentSinglePageViewPresenterCommandDescriptor
Declaration
public virtual CommandDescriptorBase SetFixedDocumentSinglePageViewPresenterCommandDescriptor { get; }
Property Value
ShowFindDialogCommandDescriptor
Declaration
public virtual CommandDescriptorBase ShowFindDialogCommandDescriptor { get; }
Property Value
ShowSignaturePropertiesDialogCommandDescriptor
Declaration
public virtual CommandDescriptorBase ShowSignaturePropertiesDialogCommandDescriptor { get; }
Property Value
ShowSignSignatureDialogCommandDescriptor
Declaration
public virtual CommandDescriptorBase ShowSignSignatureDialogCommandDescriptor { get; }
Property Value
SignSignatureCommandDescriptor
Declaration
public virtual CommandDescriptorBase SignSignatureCommandDescriptor { get; }
Property Value
SyncCurrentBookmarkItemCommandDescriptor
Declaration
public virtual CommandDescriptorBase SyncCurrentBookmarkItemCommandDescriptor { get; }
Property Value
TextSelectionCommandDescriptorsGroup
Declaration
public virtual CommandDescriptorGroup TextSelectionCommandDescriptorsGroup { get; }
Property Value
ValidateSignaturesCommandDescriptor
Declaration
public virtual CommandDescriptorBase ValidateSignaturesCommandDescriptor { get; }
Property Value
ViewCommandDescriptorsGroup
Declaration
public virtual CommandDescriptorGroup ViewCommandDescriptorsGroup { get; }
Property Value
ZoomInCommandDescriptor
Declaration
public virtual CommandDescriptorBase ZoomInCommandDescriptor { get; }
Property Value
ZoomOutCommandDescriptor
Declaration
public virtual CommandDescriptorBase ZoomOutCommandDescriptor { get; }