Back to Devexpress

PdfCommandProvider Members

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

latest13.1 KB
Original Source

PdfCommandProvider Members

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

Constructors

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

Properties

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.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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>>) staticReturns 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

NameDescription
PropertyChangedOccurs when a property value changes. Inherited from BindableBase.

See Also

PdfCommandProvider Class

DevExpress.Xpf.PdfViewer Namespace