Click or drag to resize

DocumentUploadingEventArgsFileName Property

Gets or sets a value representing the file name of the data uploaded and about to be processed.

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

Property Value

Type: String
Remarks

FileName will be automatically corrected if not a valid file name.

See Also