displayName Property

Summary

Display name of the attachment.

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

Property Value

The display name of the attachment. The default value is null.

Remarks

displayName is parsed from original document and is optional. For attachments embedded in PDF documents, displayName will be equal to fileName.

For more information, refer to Document Attachments.

Example

For an example, refer to DocumentAttachment and DocumentAttachment.documentId.

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.