Back to Devexpress

PdfAttachmentsViewerSettings Class

wpf-devexpress-dot-xpf-dot-pdfviewer-f007312c.md

latest2.7 KB
Original Source

PdfAttachmentsViewerSettings Class

Provides access to the PDF attachments viewer settings.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public class PdfAttachmentsViewerSettings :
    FrameworkElement
vb
Public Class PdfAttachmentsViewerSettings
    Inherits FrameworkElement

The following members return PdfAttachmentsViewerSettings objects:

Remarks

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.

Inheritance

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement PdfAttachmentsViewerSettings

See Also

PdfAttachmentsViewerSettings Members

DevExpress.Xpf.PdfViewer Namespace