Skip to main content

PdfCommandProvider Members

Provides commands that correspond to end-user actions in a PDF Viewer.

Constructors

Name Description
PdfCommandProvider() Initializes a new instance of the PdfCommandProvider class with default settings.

Properties

Name Description
Actions Provides access to the collection of actions when using a standard toolbar. Inherited from CommandProvider.
AddCommentReplyCommand Adds a reply to the annotation.
ClockwiseRotateCommand Returns a command that rotates pages of a displayed document by 90 degrees clockwise. Inherited from CommandProvider.
CloseDocumentCommand Returns a command that closes the currently opened document. Inherited from CommandProvider.
ContextMenuActions Inherited from CommandProvider.
CopyCommand Copies the selected part of the document.
CounterClockwiseRotateCommand Returns a command that rotates pages of a displayed document by 90 degrees counterclockwise. Inherited from CommandProvider.
DeleteAnnotationCommand Returns a command that deletes a text markup annotation (highlight, strikethrough or underline) after the annotation was clicked on a page.
ExportFormDataCommand Returns a command that exports interactive form data to either FDF or XML format.
FindNextTextCommand Returns a command that finds the next occurrence of a search text string. Inherited from CommandProvider.
FindPreviousTextCommand Returns a command that finds the previous occurrence of a search text string. Inherited from CommandProvider.
HandToolCommand Sets the cursor mode to hand tool.
HighlightSelectedTextCommand Returns a command that highlights a selected text.
HighlightTextToolCommand Returns a command that sets the cursor mode to the highlight text tool.
ImportFormDataCommand Returns a command that imports interactive form data either from FDF or XML format to a PDF form.
IsInDesignMode static Gets whether design-time mode is active. Inherited from ViewModelBase.
MarqueeZoomCommand Gets a command that sets the cursor mode to marquee zoom tool.
NavigateCommand Returns a command that navigates to a specified target location within a displayed document. Inherited from CommandProvider.
NextPageCommand Returns a command that navigates to the next page of a displayed document. Inherited from CommandProvider.
NextViewCommand Returns a command that navigates to the next view in a displayed document. Inherited from CommandProvider.
OpenAttachmentCommand Returns a command that opens an attachment in the Attachments panel using the program associated with the attachment file type.
OpenDocumentCommand Returns a command that opens a document from a specified file in the viewer. Inherited from CommandProvider.
OpenDocumentFromWebCommand Loads a document from a URL.
OpenDocumentSplitCommand Returns a command that opens a split document from a specified file in the viewer.
PageLayoutCommand Returns a command that specifies the page layout of an opened document.
PaginationCommand Returns a command that sets the number of a currently displayed page. Inherited from CommandProvider.
PreviousPageCommand Returns a command that navigates to the previous page of a displayed document. Inherited from CommandProvider.
PreviousViewCommand Returns a command that navigates to the previous view in a displayed document. Inherited from CommandProvider.
PrintDocumentCommand Returns a command that invokes the Print dialog and prints the current document using the print settings specified in this dialog window.
RibbonActions Provides access to the collection of actions when using a ribbon toolbar. Inherited from CommandProvider.
SaveAsCommand Invokes the Save As dialog box.
SaveAttachmentCommand Returns a command that saves an attachment to a folder on your computer.
ScrollCommand Returns a command that scrolls a displayed document. Inherited from CommandProvider.
SelectAllCommand Selects all the text in a document for copying.
SelectionCommand Selects the document content within the specified area.
SelectToolCommand Sets the cursor mode to select tool.
SetCommentReviewStatusCommand Sets the review status for the comment.
ShowAnnotationPropertiesCommand Returns a command that runs the Annotation Properties dialog after a text markup annotation (highlight, strikethrough or underline) was clicked on a page.
ShowCommentPropertiesCommand Opens the Annotation Properties dialog for the comment.
ShowFindTextCommand Returns a command that shows or hides the Search panel. Inherited from CommandProvider.
ShowPropertiesCommand Invokes the document properties dialog box.
StickyNoteCommand Adds a sticky note
StrikethroughSelectedTextCommand Returns a command that strikethroughs a selected text.
StrikethroughTextToolCommand Returns a command that sets the cursor mode to the strikethrough text tool.
UnderlineSelectedTextCommand Returns a command that underlines a selected text.
UnderlineTextToolCommand Returns a command that sets the cursor mode to the underline text tool.
UnselectAllCommand Unselects the selected text in a document.
ZoomCommand Returns a command that changes the zoom factor of the currently displayed document to a specified value. Inherited from CommandProvider.
ZoomInCommand Returns a command that zooms a displayed document in. Inherited from CommandProvider.
ZoomOutCommand Returns a command that zooms a displayed document out. Inherited from CommandProvider.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetPropertyName<T>(Expression<Func<T>>) static Returns the name of a property identified by a lambda expression. Inherited from BindableBase.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
PropertyChanged Occurs when a property value changes. Inherited from BindableBase.
See Also