DocumentDownloadingEventArgsDownloadData Property |
Gets or sets a value representing the file data sent to the client browser for download of this document.
Namespace:
RadPdf.Integration
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic byte[] DownloadData { get; set; }
Public Property DownloadData As Byte()
Get
Set
Property Value
Type:
Byte
Exceptions
Remarks
This property can be used to replace the data the user is about to download.
For example, if the PDF should be altered or signed with a third-party tool before the user downloads the PDF, those changes can be made here.
See Also