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