Skip to main content

PdfFileAttachmentOpeningEventArgs Properties

Provides data for the PdfViewer.FileAttachmentOpening event.
Name Description
Cancel Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
FileAttachment Gets the file attachment stored in the Attachments tab of the PDF Viewer.
Handled Gets or sets a value that specifies whether the PdfViewer.FileAttachmentOpening event is handled; if handled, the Security Warning message box is hidden.
See Also