←Select platform

Metadata Property

Summary

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

Syntax
C#
VB
C++
public IDictionary<string, string> Metadata {get;} 
Public ReadOnly Property Metadata() As IDictionary(Of String, String) 
   Get 
public:  
   property IDictionary<String^, String^>^ Metadata 
   { 
      IDictionary<String^, String^>^ get() 
   } 

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.