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:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.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