Click or drag to resize

DocumentDownloadingEventArgsDownloadFileName Property

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

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.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