Back to Devexpress

PdfViewerControl.AttachmentsViewerSettings Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfviewercontrol-4f797b9c.md

latest1.4 KB
Original Source

PdfViewerControl.AttachmentsViewerSettings Property

Gets or sets the settings used to customize the Attachments panel of the PDF Viewer.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public PdfAttachmentsViewerSettings AttachmentsViewerSettings { get; set; }
vb
Public Property AttachmentsViewerSettings As PdfAttachmentsViewerSettings

Property Value

TypeDescription
PdfAttachmentsViewerSettings

A PdfAttachmentsViewerSettings object that contains settings to customize the Attachments panel of the PDF Viewer.

|

Remarks

Use the AttachmentsViewerSettings property to access Attachments panel settings.

See Also

PdfViewerControl Class

PdfViewerControl Members

DevExpress.Xpf.PdfViewer Namespace