DocumentUploadProgress Constructor

Summary

Creates a new instance of DocumentUploadProgress.

Syntax

JavaScript Syntax
DocumentUploadProgress = function(state, progress) 
TypeScript Syntax
constructor(state: DocumentUploadProgressState, progress: number); 

Parameters

state

An enumeration describing the state of the upload.

progress

An integer representation of the upload progress.

Remarks

The DocumentUploadProgress constructor may be used to create a new instance of the class.

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