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.v26.1.dll

Declaration

public PdfFileAttachment FileAttachment { get; }

Property Value

Type Description
PdfFileAttachment

A PdfFileAttachment object that is the file attachment.

See Also