Skip to main content

PdfAttachmentsViewerSettings.Source Property

Gets a collection of attached files stored in the Attachments panel of the PDF Viewer.

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public IEnumerable<object> Source { get; }

Property Value

Type Description
IEnumerable<Object>

A source of objects represented as attached files in the Attachments panel.

Property Paths

You can access this nested property as listed below:

Object Type Path to Source
PdfViewerControl
PdfViewerControl
See Also