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

DevExpress.XtraPdfViewer Namespace

Contains classes used by the PDF Viewer control in Windows Forms applications.

Assembly: DevExpress.XtraPdfViewer.v20.1.dll

NuGet Package: DevExpress.Win.PdfViewer

Classes

Name Description
PdfAnnotationDeletingEventArgs Provides data for the PdfViewer.AnnotationDeleting event.
PdfCancelSaveOperationException An exception thrown after canceling the Save operation in a PdfViewer.
PdfCurrentPageChangedEventArgs Provides data for the PdfViewer.CurrentPageChanged event.
PdfDocumentChangedEventArgs Provides data for the PdfViewer.DocumentChanged event.
PdfDocumentClosingEventArgs Provides data for the PdfViewer.DocumentClosing event.
PdfDocumentProperties Provides information related to the currently opened document in the Document Properties dialog.
PdfFileAttachmentOpeningEventArgs Provides data for the PdfViewer.FileAttachmentOpening event.
PdfFindDialogVisibilityChangedEventArgs Provides data for the PdfViewer.FindDialogVisibilityChanged event.
PdfFormFieldFocusEventArgs Provides data for the PdfViewer.FormFieldGotFocus and PdfViewer.FormFieldLostFocus events.
PdfFormFieldValueChangedEventArgs Provides data for the PdfViewer.FormFieldValueChanged event.
PdfFormFieldValueChangingEventArgs Provides data for the PdfViewer.FormFieldValueChanging event.
PdfMarkupAnnotationGotFocusEventArgs Provides data for the PdfViewer.MarkupAnnotationGotFocus event.
PdfMarkupAnnotationLostFocusEventArgs Provides data for the PdfViewer.MarkupAnnotationLostFocus event.
PdfMarkupToolsSettings Provides markup annotation tools settings.
PdfNavigationPaneSelectedPageChangedEventArgs Provides data for the PdfViewer.NavigationPaneSelectedPageChanged event.
PdfNavigationPaneVisibilityChangedEventArgs Provides data for the PdfViewer.NavigationPaneVisibilityChanged event.
PdfOutlineViewerSettings Provides outline settings of the PDF viewer.
PdfPageSetupDialogShowingEventArgs Provides data for the PdfViewer.PageSetupDialogShowing event.
PdfPopupMenuShowingEventArgs Provides data for the PdfViewer.PopupMenuShowing event.
PdfReferencedDocumentOpeningEventArgs Provides data for the PdfViewer.ReferencedDocumentOpening event.
PdfScrollPositionChangedEventArgs Provides data for the PdfViewer.ScrollPositionChanged event.
PdfSelectionEventArgs Provides data for the PdfViewer.SelectionStarted, PdfViewer.SelectionContinued and PdfViewer.SelectionEnded events.
PdfTextMarkupAnnotationChangedEventArgs Provides data for the PdfViewer.TextMarkupAnnotationChanged event.
PdfTextMarkupAnnotationCreatedEventArgs Provides data for the PdfViewer.TextMarkupAnnotationCreated event.
PdfTextMarkupAnnotationCreatingEventArgs Provides data for the PdfViewer.TextMarkupAnnotationCreating event.
PdfUriOpeningEventArgs Provides data for the PdfViewer.UriOpening event.
PdfViewer Represents the PDF Viewer, which displays PDF files in WinForms applications.
PdfZoomChangedEventArgs Provides data for the PdfViewer.ZoomChanged event.

Interfaces

Name Description
IPdfViewerCommandFactoryService A service which is used to create PDF Viewer commands.

Structs

Name Description
PdfFindDialogOptions Provides the text search options applied by an end-user in the Find Text dialog.
PdfSelectionContent Provides information about the selected PDF content.

Delegates

Name Description
PdfAnnotationDeletingEventHandler A method that will handle the PdfViewer.AnnotationDeleting event.
PdfCurrentPageChangedEventHandler A method that will handle the PdfViewer.CurrentPageChanged event.
PdfDocumentChangedEventHandler A method that will handle the PdfViewer.DocumentChanged event.
PdfDocumentClosingEventHandler A method that will handle the PdfViewer.DocumentClosing event.
PdfFileAttachmentOpeningEventHandler A method that will handle the PdfViewer.FileAttachmentOpening event.
PdfFindDialogVisibilityChangedEventHandler A method that will handle the PdfViewer.FindDialogVisibilityChanged event.
PdfFormFieldFocusEventHandler A method that will handle the PdfViewer.FormFieldGotFocus and PdfViewer.FormFieldLostFocus events.
PdfFormFieldValueChangedEventHandler A method that will handle the PdfViewer.FormFieldValueChanged event.
PdfFormFieldValueChangingEventHandler A method that will handle the PdfViewer.FormFieldValueChanging event.
PdfMarkupAnnotationGotFocusEventHandler A method that will handle the PdfViewer.MarkupAnnotationGotFocus event.
PdfMarkupAnnotationLostFocusEventHandler A method that will handle the PdfViewer.MarkupAnnotationLostFocus event.
PdfNavigationPaneSelectedPageChangedEventHandler A method that will handle the PdfViewer.NavigationPaneSelectedPageChanged event.
PdfNavigationPaneVisibilityChangedEventHandler A method that will handle the PdfViewer.NavigationPaneVisibilityChanged event.
PdfPageSetupDialogShowingEventHandler A method that will handle the PdfViewer.PageSetupDialogShowing event.
PdfPopupMenuShowingEventHandler A method that will handle the PdfViewer.PopupMenuShowing event.
PdfReferencedDocumentOpeningEventHandler A method that will handle the PdfViewer.ReferencedDocumentOpening event.
PdfScrollPositionChangedEventHandler A method that will handle the PdfViewer.ScrollPositionChanged event.
PdfSelectionPerformedEventHandler A method that will handle the PdfViewer.SelectionStarted, PdfViewer.SelectionContinued and PdfViewer.SelectionEnded events.
PdfTextMarkupAnnotationChangedEventHandler A method that will handle the PdfViewer.TextMarkupAnnotationChanged event.
PdfTextMarkupAnnotationCreatedEventHandler A method that will handle the PdfViewer.TextMarkupAnnotationCreated event.
PdfTextMarkupAnnotationCreatingEventHandler A method that will handle the PdfViewer.TextMarkupAnnotationCreating event.
PdfUriOpeningEventHandler A method that will handle the PdfViewer.UriOpening event.
PdfZoomChangedEventHandler Occurs after a document zoom factor value has changed.

Enums

Name Description
PdfContentMarginMode Lists the values specifying the mode for calculating the outer border width displayed by a PdfViewer around document pages.
PdfContinueSearchFrom Lists values used to specify where to continue the search in a PDF document.
PdfCursorMode Lists values that specify the interaction mode for keyboard and cursor.
PdfNavigationPanePage Lists the values specifying the selected page (Bookmarks, Thumbnails, and Attachments) displayed on the Navigation pane.
PdfNavigationPanePageVisibility Lists the values specifying the visibility of pages (Bookmarks, Thumbnails, and Attachments) displayed on the Navigation pane.
PdfNavigationPaneVisibility Lists values specifying the visibility of the PDF navigation pane.
PdfOutlineNodeTextSize Lists values specifying the outline node text size in the PDF navigation pane.
PdfPopupMenuKind Lists the values specifying the kind of a popup menu that can be invoked in the PDF Viewer.
PdfSelectionContentType Lists the values specifying the type of the selected PDF content.
PdfViewerToolbarKind Lists the values specifying the kind of a PDF Viewer toolbar.
PdfZoomMode Lists the document zoom modes provided by a PDF Viewer.