metadata Property

Summary

Gets the generic dictionary of values specific to the file format.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentAttachment.prototype, 'metadata', 
   get: function() 
) 
readonly metadata: { 
   [key: string]: string; 
}; 

Property Value

Generic dictionary of values specific to the file format. The default value is an empty dictionary.

Remarks

Attachments embedded in a PDF documents will have the file created/modified date of the attachment file as well as the PDF object number in the dictionary.

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.