Click or drag to resize

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.43.0.0 (3.43.0.0)
Syntax
public byte[] DataUploaded { get; set; }

Property Value

Type: Byte
Remarks

DataUploaded can not be null.

See Also