name Property

Summary

Name to use for the document.

Syntax
TypeScript
JavaScript
Object.defineProperty(UploadDocumentOptions.prototype, 'name', 
   get: function(), 
   set: function(value) 
) 
name: string; 

Property Value

Name to use for the document. The default value is null.

Remarks

This value is optional and setting it depends on the application's requirements.

The value of name will be set in LEADDocument.name when the factory loads this document for the first time.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly