AttachmentOpeningEventArgs.Attachment Property
In This Article
Gets the attachment stored in the Attachments viewer panel of the PDF Viewer.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
public PdfFileAttachment Attachment { get; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
See Also