1. GroupDocs.Redaction
  2. /
  3. GroupDocs.Redaction for .NET
  4. /
  5. GroupDocs.Redaction.Integration
  6. /
  7. MetadataCollection

MetadataCollection

MetadataCollection class

Represents a dictionary of MetadataItem with its title as a key.

public class MetadataCollection : Dictionary<string, MetadataItem>

Constructors

Name Description
MetadataCollection() Initializes a new instance of MetadataCollection class.

Methods

Name Description
AddRange(MetadataCollection) Adds a specified collection of MetadataItem objects to this instance.

See Also