Skip to main content
A newer version of this page is available. .

DevExpress.Xpf.PdfViewer Namespace

Contains classes required for the PDF Viewer control in WPF applications. To use these classes in XAML code, add the xmlns:dxpdf=”http://schemas.devexpress.com/winfx/2008/xaml/pdf“ namespace reference.

Assembly: DevExpress.Xpf.PdfViewer.v17.2.dll

Classes

Name Description
AnnotationDeletingEventArgs Provides data for the PdfViewerControl.AnnotationDeleting event.
AttachmentOpeningEventArgs Provides data for the PdfViewerControl.AttachmentOpening event.
DocumentClosingEventArgs Provides data for the PdfViewerControl.DocumentClosing event.
FormFieldValueChangedEventArgs Provides data for the PdfViewerControl.FormFieldValueChanged event.
FormFieldValueChangingEventArgs Provides data for the PdfViewerControl.FormFieldValueChanging event.
GetDocumentPasswordEventArgs Provides data for the PdfViewerControl.GetDocumentPassword event.
PageSetupDialogShowingEventArgs Provides data for the PdfViewerControl.PageSetupDialogShowing event.
PdfAttachmentsViewerSettings Provides access to the PDF attachments viewer settings.
PdfCommandProvider Provides commands that correspond to end-user actions in a PDF Viewer.
PdfMarkupToolsSettings Provides markup annotation tools settings.
PdfOutlinesViewerCommands Provides access to PDF outline viewer commands.
PdfOutlinesViewerControl Represents the PDF Outlines Viewer control.
PdfOutlinesViewerSettings Provides access to PDF Outlines Viewer settings.
PdfPrintPageEventArgs Provides data for the PdfViewerControl.PrintPage event.
PdfQueryPageSettingsEventArgs Provides data for the PdfViewerControl.QueryPageSettings event.
PdfSelectionContent Provides information about the selected content in a document.
PdfTextMarkupAnnotationChangedEventArgs Provides data for the PdfViewerControl.TextMarkupAnnotationChanged event.
PdfTextMarkupAnnotationCreatingEventArgs Provides data for the PdfViewerControl.TextMarkupAnnotationCreating event.
PdfThumbnailsViewerSettings Provides access to the PDF thumbnails viewer settings.
PdfViewerControl A control to display PDF files in a WPF application without the need to install any third-party software on end user machines.
PdfViewerLocalizer A base class that provides necessary functionality for custom localizers of the PDF Viewer control.
PopupMenuShowingEventArgs Provides data for the PdfViewerControl.PopupMenuShowing event.
ReferencedDocumentOpeningEventArgs Provides data for the PdfViewerControl.ReferencedDocumentOpening event.
SelectionEventArgs Provides data for the PdfViewerControl.SelectionStarted, PdfViewerControl.SelectionContinued and PdfViewerControl.SelectionEnded events.
UriOpeningEventArgs Provides data for the PdfViewerControl.UriOpening event.

Interfaces

Name Description
IPdfDocument For internal use.

Delegates

Name Description
AnnotationDeletingEventHandler A method that will handle the PdfViewerControl.AnnotationDeleting event.
DocumentClosingEventHandler Represents a method that will handle the PdfViewerControl.DocumentClosing> event.
FormFieldValueChangedEventHandler Represents a method that will handle the PdfViewerControl.FormFieldValueChanged event.
FormFieldValueChangingEventHandler A method that will handle the PdfViewerControl.FormFieldValueChanging event.
GetDocumentPasswordEventHandler A method that will handle the PdfViewerControl.GetDocumentPassword event.
PageSetupDialogShowingEventHandler A method that will handle the PdfViewerControl.PageSetupDialogShowing event.
PdfPrintPageEventHandler A method that will handle the PdfViewerControl.PrintPage event.
PdfQueryPageSettingsEventHandler A method that will handle the PdfViewerControl.QueryPageSettings event.
PdfTextMarkupAnnotationChangedEventHandler A method that will handle the PdfViewerControl.TextMarkupAnnotationChanged event.
PdfTextMarkupAnnotationCreatingEventHandler A method that will handle the PdfViewerControl.TextMarkupAnnotationCreating event.
PopupMenuShowingEventHandler A method that will handle the PdfViewerControl.PopupMenuShowing event.
ReferencedDocumentOpeningEventHandler A method that will handle the PdfViewerControl.ReferencedDocumentOpening event.
SelectionEventHandler A method that will handle the PdfViewerControl.SelectionStarted, PdfViewerControl.SelectionContinued and PdfViewerControl.SelectionEnded events.
UriOpeningEventHandler A method that will handle the PdfViewerControl.UriOpening event.

Enums

Name Description
CursorModeType Lists values that specify the interaction mode for the keyboard and cursor.
NavigationPanelsLayout Lists values that specify the layout of the navigation panels.
PdfAttachmentsViewerPanelStyle Lists values that specify the panel style of the attachments viewer.
PdfAttachmentsViewerState Lists values that specify the attachments viewer state.
PdfOutlinesViewerPanelStyle Lists values that specify the panel style of the outlines viewer.
PdfOutlinesViewerState Lists values that specify the outlines viewer state.
PdfSelectionContentType Lists the values specifying the type of the selected content in a document.
PdfThumbnailsViewerState Lists values that specify the thumbnails viewer state.