Skip to main content

AttachmentOpeningEventArgs.Attachment Property

Gets the attachment stored in the Attachments viewer panel of the PDF Viewer.

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public PdfFileAttachment Attachment { get; }

Property Value

Type Description
PdfFileAttachment

A PdfFileAttachment object that is the file attachment.

See Also