progress Property

Summary

An integer representation of the upload progress.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentUploadProgress.prototype, 'progress', 
	get: function() 
) 
TypeScript Syntax
progress: number; // read-only 

Property Value

An 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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly