state Property

Summary

The state of the upload.

Syntax

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

Property Value

An enumeration describing the state of the upload.

Remarks

See DocumentUploadProgressState for more information on each member of the enumeration.

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