Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Progress Property

Show in webframe
An integer representation of the upload progress.
Syntax
get_progress();
Object.defineProperty('progress');

Property Value

TypeDescription
intAn integer representation of the upload progress. In any event where the DocumentUploadProgressState is DocumentUploadProgressState.Error, this value will be 0. In any event where the DocumentUploadProgressState is DocumentUploadProgressState.Finished, this value will be 100. Otherwise, the value will be a number greater than or equal to 0 and less than 100.
Remarks

Refer to DocumentUploadProgress for more information.

See Also

Reference

DocumentUploadProgress Object
DocumentUploadProgress Members

Error processing SSI file