Back to Devexpress

AttachmentOpeningEventArgs.Attachment Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-attachmentopeningeventargs.md

latest1.2 KB
Original Source

AttachmentOpeningEventArgs.Attachment Property

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

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public PdfFileAttachment Attachment { get; }
vb
Public ReadOnly Property Attachment As PdfFileAttachment

Property Value

TypeDescription
PdfFileAttachment

A PdfFileAttachment object that is the file attachment.

|

See Also

AttachmentOpeningEventArgs Class

AttachmentOpeningEventArgs Members

DevExpress.Xpf.PdfViewer Namespace