Click or drag to resize

DocumentEmbeddedFileDownloadingEventArgsDownloadFileName Property

Gets or sets a value representing the file name specified to the client browser for download of this embedded file

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.47.0.0 (3.47.0.0)
Syntax
public string DownloadFileName { get; set; }

Property Value

Type: String
Exceptions
ExceptionCondition
ArgumentNullExceptionThe file name can not be null.
ArgumentOutOfRangeExceptionThe file name must be at least 1 character.
See Also