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

Leadtools.Document Assembly

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