DocumentUploadingEventArgsDataUploaded Property |
Gets or sets a value representing the file 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 byte[] DataUploaded { get; set; }
Public Property DataUploaded As Byte()
Get
Set
Property Value
Type:
ByteRemarks DataUploaded can not be null.
See Also