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

IMetadataAccess

IMetadataAccess interface

Defines methods that are required for access to metadata of a document, if format supports it.

public interface IMetadataAccess

Methods

Name Description
ChangeMetadata(MetadataItem) Changes the specified item of metadata from MetadataCollection or adds a new one, if not present.
GetMetadata() Retrieves a dictionary with document’s metadata.

Remarks

Learn more

See Also