Skip to main content

PdfFileAttachmentOpeningEventArgs.FileAttachment Property

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public PdfFileAttachment FileAttachment { get; }

Property Value

Type Description
PdfFileAttachment

A PdfFileAttachment object that is the file attachment.

See Also