progress Property

Summary

An integer representation of the upload progress.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentUploadProgress.prototype, 'progress', 
   get: function() 
) 
readonly progress: number; 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.