name Property

Summary

Name of the document.

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

Property Value

The name of the document.

Remarks

Name is not used in any special way by the Document library. This can be set to any value to indicate for example a database field or friendly name of this document.

This value is set to LoadDocumentOptions.Name if this document was created using DocumentFactory.LoadFromUri. if this value is null, then Name is the file name with extension of the original document file name or URL.

Requirements

Target Platforms

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

Leadtools.Document Assembly

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