wpf-devexpress-dot-xpf-dot-pdfviewer-f007312c.md
Provides access to the PDF attachments viewer settings.
Namespace : DevExpress.Xpf.PdfViewer
Assembly : DevExpress.Xpf.PdfViewer.v25.2.dll
NuGet Package : DevExpress.Wpf.PdfViewer
public class PdfAttachmentsViewerSettings :
FrameworkElement
Public Class PdfAttachmentsViewerSettings
Inherits FrameworkElement
The following members return PdfAttachmentsViewerSettings objects:
PDF attachments viewer settings are represented by the PdfAttachmentsViewerSettings object that can be accessed via the PdfViewerControl.AttachmentsViewerSettings property.
Then, you can specify the attachments viewer behavior and style using the PdfAttachmentsViewerSettings.HideAfterUse, PdfAttachmentsViewerSettings.HideAttachmentsViewer, PdfAttachmentsViewerSettings.AttachmentsViewerInitialState, and PdfAttachmentsViewerSettings.AttachmentsViewerStyle properties.
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement PdfAttachmentsViewerSettings
See Also