PdfFileAttachmentOpeningEventArgs.FileAttachment Property
In This Article
Gets the file attachment stored in the Attachments tab of the PDF Viewer.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v24.2.dll
NuGet Package: DevExpress.Win.PdfViewer
#Declaration
public PdfFileAttachment FileAttachment { get; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
See Also