Back to Devexpress

PdfCommandProvider Properties

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfcommandprovider-dot-underscore-properties.md

latest10.3 KB
Original Source

PdfCommandProvider Properties

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

NameDescription
ActionsProvides access to the collection of actions when using a standard toolbar. Inherited from CommandProvider.
AddCommentReplyCommandAdds a reply to the annotation.
ClockwiseRotateCommandReturns a command that rotates pages of a displayed document by 90 degrees clockwise. Inherited from CommandProvider.
CloseDocumentCommandReturns a command that closes the currently opened document. Inherited from CommandProvider.
ContextMenuActionsInherited from CommandProvider.
CopyCommandCopies the selected part of the document.
CounterClockwiseRotateCommandReturns a command that rotates pages of a displayed document by 90 degrees counterclockwise. Inherited from CommandProvider.
DeleteAnnotationCommandReturns a command that deletes a text markup annotation (highlight, strikethrough or underline) after the annotation was clicked on a page.
ExportFormDataCommandReturns a command that exports interactive form data to either FDF or XML format.
FindNextTextCommandReturns a command that finds the next occurrence of a search text string. Inherited from CommandProvider.
FindPreviousTextCommandReturns a command that finds the previous occurrence of a search text string. Inherited from CommandProvider.
HandToolCommandSets the cursor mode to hand tool.
HighlightSelectedTextCommandReturns a command that highlights a selected text.
HighlightTextToolCommandReturns a command that sets the cursor mode to the highlight text tool.
ImportFormDataCommandReturns a command that imports interactive form data either from FDF or XML format to a PDF form.
IsInDesignMode staticGets whether design-time mode is active. Inherited from ViewModelBase.
MarqueeZoomCommandGets a command that sets the cursor mode to marquee zoom tool.
NavigateCommandReturns a command that navigates to a specified target location within a displayed document. Inherited from CommandProvider.
NextPageCommandReturns a command that navigates to the next page of a displayed document. Inherited from CommandProvider.
NextViewCommandReturns a command that navigates to the next view in a displayed document. Inherited from CommandProvider.
OpenAttachmentCommandReturns a command that opens an attachment in the Attachments panel using the program associated with the attachment file type.
OpenDocumentCommandReturns a command that opens a document from a specified file in the viewer. Inherited from CommandProvider.
OpenDocumentFromWebCommandLoads a document from a URL.
OpenDocumentSplitCommandReturns a command that opens a split document from a specified file in the viewer.
PageLayoutCommandReturns a command that specifies the page layout of an opened document.
PaginationCommandReturns a command that sets the number of a currently displayed page. Inherited from CommandProvider.
PreviousPageCommandReturns a command that navigates to the previous page of a displayed document. Inherited from CommandProvider.
PreviousViewCommandReturns a command that navigates to the previous view in a displayed document. Inherited from CommandProvider.
PrintDocumentCommandReturns a command that invokes the Print dialog and prints the current document using the print settings specified in this dialog window.
RibbonActionsProvides access to the collection of actions when using a ribbon toolbar. Inherited from CommandProvider.
SaveAsCommandInvokes the Save As dialog box.
SaveAttachmentCommandReturns a command that saves an attachment to a folder on your computer.
ScrollCommandReturns a command that scrolls a displayed document. Inherited from CommandProvider.
SelectAllCommandSelects all the text in a document for copying.
SelectionCommandSelects the document content within the specified area.
SelectToolCommandSets the cursor mode to select tool.
SetCommentReviewStatusCommandSets the review status for the comment.
ShowAnnotationPropertiesCommandReturns a command that runs the Annotation Properties dialog after a text markup annotation (highlight, strikethrough or underline) was clicked on a page.
ShowCommentPropertiesCommandOpens the Annotation Properties dialog for the comment.
ShowFindTextCommandReturns a command that shows or hides the Search panel. Inherited from CommandProvider.
ShowPropertiesCommandInvokes the document properties dialog box.
StickyNoteCommandAdds a sticky note
StrikethroughSelectedTextCommandReturns a command that strikethroughs a selected text.
StrikethroughTextToolCommandReturns a command that sets the cursor mode to the strikethrough text tool.
UnderlineSelectedTextCommandReturns a command that underlines a selected text.
UnderlineTextToolCommandReturns a command that sets the cursor mode to the underline text tool.
UnselectAllCommandUnselects the selected text in a document.
ZoomCommandReturns a command that changes the zoom factor of the currently displayed document to a specified value. Inherited from CommandProvider.
ZoomInCommandReturns a command that zooms a displayed document in. Inherited from CommandProvider.
ZoomOutCommandReturns a command that zooms a displayed document out. Inherited from CommandProvider.

See Also

PdfCommandProvider Class

PdfCommandProvider Members

DevExpress.Xpf.PdfViewer Namespace