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.48.0.0 (3.48.0.0)
Syntax public string FileName { get; set; }
Public Property FileName As String
Get
Set
Property Value
Type:
StringRemarks FileName will be automatically corrected if not a valid file name.
See Also