Back to Devexpress

DevExpress.XtraPdfViewer Namespace

windowsforms-devexpress-e368b725.md

latest19.7 KB
Original Source

DevExpress.XtraPdfViewer Namespace

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

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Classes

NameDescription
PdfAnnotationChangedEventArgsProvides data for the AnnotationChanged event.
PdfAnnotationChangingEventArgsProvides data for the AnnotationChanging event.
PdfAnnotationCreatedEventArgsProvides data for the AnnotationCreated event.
PdfAnnotationCreatingEventArgsProvides data for the AnnotationCreating event.
PdfAnnotationDeletedEventArgsProvides data for the AnnotationDeleted event.
PdfAnnotationDeletingEventArgsProvides data for the PdfViewer.AnnotationDeleting event.
PdfAnnotationGotFocusEventArgsProvides data for the AnnotationGotFocus event.
PdfAnnotationLostFocusEventArgsProvides data for the AnnotationLostFocus event.
PdfCancelSaveOperationExceptionAn exception thrown after canceling the Save operation in a PdfViewer.
PdfCurrentPageChangedEventArgsProvides data for the PdfViewer.CurrentPageChanged event.
PdfDocumentChangedEventArgsProvides data for the PdfViewer.DocumentChanged event.
PdfDocumentClosingEventArgsProvides data for the PdfViewer.DocumentClosing event.
PdfDocumentPropertiesProvides information related to the currently opened document in the Document Properties dialog.
PdfFileAttachmentOpeningEventArgsProvides data for the PdfViewer.FileAttachmentOpening event.
PdfFindDialogVisibilityChangedEventArgsProvides data for the PdfViewer.FindDialogVisibilityChanged event.
PdfFormFieldEditorShowingEventArgsContains data for the FormFieldEditorShowing event.
PdfFormFieldEditorShownEventArgsContains data for the FormFieldEditorShown event.
PdfFormFieldFocusEventArgsProvides data for the PdfViewer.FormFieldGotFocus and PdfViewer.FormFieldLostFocus events.
PdfFormFieldValueChangedEventArgsProvides data for the PdfViewer.FormFieldValueChanged event.
PdfFormFieldValueChangingEventArgsProvides data for the PdfViewer.FormFieldValueChanging event.
PdfMarkupToolsSettingsProvides markup annotation tools settings.
PdfNavigationPaneSelectedPageChangedEventArgsProvides data for the PdfViewer.NavigationPaneSelectedPageChanged event.
PdfNavigationPaneVisibilityChangedEventArgsProvides data for the PdfViewer.NavigationPaneVisibilityChanged event.
PdfOutlineViewerSettingsContains settings for the Bookmarks panel in the Navigation Pane.
PdfPageSetupDialogShowingEventArgsProvides data for the PdfViewer.PageSetupDialogShowing event.
PdfPopupMenuShowingEventArgsProvides data for the PdfViewer.PopupMenuShowing event.
PdfReferencedDocumentOpeningEventArgsProvides data for the PdfViewer.ReferencedDocumentOpening event.
PdfReplyChangedEventArgsProvides data for the ReplyChanged event.
PdfReplyCreatedEventArgsProvides data for the ReplyCreated event.
PdfReplyDeletedEventArgsProvides data for the ReplyDeleted event.
PdfScrollPositionChangedEventArgsProvides data for the PdfViewer.ScrollPositionChanged event.
PdfSelectionEventArgsProvides data for the PdfViewer.SelectionStarted, PdfViewer.SelectionContinued and PdfViewer.SelectionEnded events.
PdfShellExecutingEventArgsProvides data for the ShellExecuting event.
PdfUriOpeningEventArgsProvides data for the PdfViewer.UriOpening event.
PdfViewerRepresents the PDF Viewer, which displays PDF files in WinForms applications.
PdfZoomChangedEventArgsProvides data for the PdfViewer.ZoomChanged event.

Interfaces

NameDescription
IPdfViewerCommandFactoryServiceA service which is used to create PDF Viewer commands.

Structs

NameDescription
PdfFindDialogOptionsProvides the text search options applied by an end-user in the Find Text dialog.
PdfSelectionContentProvides information about the selected PDF content.

Delegates

NameDescription
PdfAnnotationChangedEventHandlerA method that handles the PdfViewer.AnnotationChanged event.
PdfAnnotationChangingEventHandlerA method that handles the PdfViewer.AnnotationChanging event.
PdfAnnotationCreatedEventHandlerA method that handles the PdfViewer.AnnotationCreated event.
PdfAnnotationCreatingEventHandlerA method that handles the PdfViewer.AnnotationCreating event.
PdfAnnotationDeletedEventHandlerA method that handles the PdfViewer.AnnotationDeleted event.
PdfAnnotationDeletingEventHandlerA method that will handle the PdfViewer.AnnotationDeleting event.
PdfAnnotationGotFocusEventHandlerA method that handles the PdfViewer.AnnotationGotFocus event.
PdfAnnotationLostFocusEventHandlerA method that handles the PdfViewer.AnnotationLostFocus event.
PdfCurrentPageChangedEventHandlerA method that will handle the PdfViewer.CurrentPageChanged event.
PdfDocumentChangedEventHandlerA method that will handle the PdfViewer.DocumentChanged event.
PdfDocumentClosingEventHandlerA method that will handle the PdfViewer.DocumentClosing event.
PdfFileAttachmentOpeningEventHandlerA method that will handle the PdfViewer.FileAttachmentOpening event.
PdfFindDialogVisibilityChangedEventHandlerA method that will handle the PdfViewer.FindDialogVisibilityChanged event.
PdfFormFieldEditorShowingEventHandlerA method that handles the PdfViewer.FormFieldEditorShowing event.
PdfFormFieldEditorShownEventHandlerA method that handles the PdfViewer.FormFieldEditorShown event.
PdfFormFieldFocusEventHandlerA method that will handle the PdfViewer.FormFieldGotFocus and PdfViewer.FormFieldLostFocus events.
PdfFormFieldValueChangedEventHandlerA method that will handle the PdfViewer.FormFieldValueChanged event.
PdfFormFieldValueChangingEventHandlerA method that will handle the PdfViewer.FormFieldValueChanging event.
PdfNavigationPaneSelectedPageChangedEventHandlerA method that will handle the PdfViewer.NavigationPaneSelectedPageChanged event.
PdfNavigationPaneVisibilityChangedEventHandlerA method that will handle the PdfViewer.NavigationPaneVisibilityChanged event.
PdfPageSetupDialogShowingEventHandlerA method that will handle the PdfViewer.PageSetupDialogShowing event.
PdfPopupMenuShowingEventHandlerA method that will handle the PdfViewer.PopupMenuShowing event.
PdfReferencedDocumentOpeningEventHandlerA method that will handle the PdfViewer.ReferencedDocumentOpening event.
PdfReplyChangedEventHandlerA method that handles the PdfViewer.ReplyChanged event.
PdfReplyCreatedEventHandlerA method that handles the PdfViewer.ReplyCreated event.
PdfReplyDeletedEventHandlerA method that handles the PdfViewer.ReplyDeleted event.
PdfScrollPositionChangedEventHandlerA method that will handle the PdfViewer.ScrollPositionChanged event.
PdfSelectionPerformedEventHandlerA method that will handle the PdfViewer.SelectionStarted, PdfViewer.SelectionContinued and PdfViewer.SelectionEnded events.
PdfShellExecutingEventHandlerA method that handles the PdfViewer.ShellExecuting event.
PdfUriOpeningEventHandlerA method that will handle the PdfViewer.UriOpening event.
PdfZoomChangedEventHandlerOccurs after a document zoom factor value has changed.

Enums

NameDescription
PdfContentMarginModeLists the values specifying the mode for calculating the outer border width displayed by a PdfViewer around document pages.
PdfContinueSearchFromLists values used to specify where to continue the search in a PDF document.
PdfCursorModeLists values that specify the interaction mode for keyboard and cursor.
PdfNavigationPanePageLists values that indicate the selected page displayed on the Navigation pane.
PdfNavigationPanePageVisibilityLists values that indicate the visibility of pages displayed on the Navigation pane.
PdfNavigationPaneVisibilityLists values that indicate the visibility mode of the PDF navigation pane.
PdfOutlineNodeTextSizeLists values specifying the outline node text size in the PDF navigation pane.
PdfPopupMenuKindLists values used to specify the popup menu type available in the PDF Viewer.
PdfSelectionContentTypeLists the values specifying the type of the selected PDF content.
PdfViewerRenderingEngineLists values used to specify the rendering engine.
PdfViewerToolbarKindLists the values specifying the kind of a PDF Viewer toolbar.
PdfZoomModeLists the document zoom modes provided by a PDF Viewer.