Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public PdfAttachmentsViewerSettings AttachmentsViewerSettings { get; set; }

Property Value

Type Description
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