PdfViewerControl.AttachmentsViewerSettings Property
In This Article
Gets or sets the settings used to customize the Attachments panel of the PDF Viewer.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
public PdfAttachmentsViewerSettings AttachmentsViewerSettings { get; set; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
#Remarks
Use the AttachmentsViewerSettings property to access Attachments panel settings.
See Also