Click or drag to resize

PdfIntegrationProviderOnDocumentEmbeddedFileDownloading Method

Called before an embedded file is download from a document.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.46.0.0 (3.46.0.0)
Syntax
public virtual void OnDocumentEmbeddedFileDownloading(
	DocumentEmbeddedFileDownloadingEventArgs e
)

Parameters

e
Type: RadPdf.IntegrationDocumentEmbeddedFileDownloadingEventArgs
An object (defined by DocumentEmbeddedFileDownloadingEventArgs) that contains event data.
Remarks

Inheriting classes can override this method to perform other tasks, modify aspects of downloading the embedded file, or cancel the download all together. If this method is overridden in an inheriting class, you must call the base implementation.

See Also