←Select platform

Metadata Property

Summary

Generic dictionary containing extra properties of this attachment file.

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

Optional generic dictionary containing extra properties of this attachment file. The default value is an empty dictionary.

Remarks

Metadata can be used by the file filter to store any extra attachment properties specific to the file format. For instance, a PDF file may store the object number of the attachment.

Example

For an example, refer to ReadAttachments.

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.Codecs Assembly

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