Back to Devexpress

PdfAttachmentsViewerSettings.Source Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfattachmentsviewersettings-15d76783.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public IEnumerable<object> Source { get; }
vb
Public ReadOnly Property Source As IEnumerable(Of Object)

Property Value

TypeDescription
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 TypePath to Source
PdfViewerControl

.ActualAttachmentsViewerSettings .Source

| | PdfViewerControl |

.AttachmentsViewerSettings .Source

|

See Also

PdfAttachmentsViewerSettings Class

PdfAttachmentsViewerSettings Members

DevExpress.Xpf.PdfViewer Namespace