public interface IMetadataAccess
Defines methods that are required for access to metadata of a document, if format supports it.
Learn more
Modifier and Type | Method and Description |
---|---|
RedactionResult |
changeMetadata(MetadataItem metadataItem)
Changes the specified item of metadata from or adds a new one, if not present.
|
MetadataCollection |
getMetadata()
Retrieves a dictionary with document's metadata.
|
MetadataCollection getMetadata()
Retrieves a dictionary with document's metadata.
RedactionResult changeMetadata(MetadataItem metadataItem)
Changes the specified item of metadata from or adds a new one, if not present.
metadataItem
- Metadata item with a new value assigned to it