Skip to main content
A newer version of this page is available. .

PdfFileAttachmentOpeningEventArgs.FileAttachment Property

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v18.2.dll

Declaration

public PdfFileAttachment FileAttachment { get; }

Property Value

Type Description
PdfFileAttachment

A PdfFileAttachment object that is the file attachment.

See Also