Back to Devexpress

PdfFileAttachmentOpeningEventArgs.FileAttachment Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdffileattachmentopeningeventargs.md

latest1.3 KB
Original Source

PdfFileAttachmentOpeningEventArgs.FileAttachment Property

Gets the file attachment stored in the Attachments tab of the PDF Viewer.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

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

Property Value

TypeDescription
PdfFileAttachment

A PdfFileAttachment object that is the file attachment.

|

See Also

PdfFileAttachmentOpeningEventArgs Class

PdfFileAttachmentOpeningEventArgs Members

DevExpress.XtraPdfViewer Namespace