set method

set(self, tag)

Adds or replaces the specified tag.


def set(self, tag):
    ...
Parameter Type Description
tag groupdocs.metadata.formats.raw.tag.RawTag The tag to set.

Example

This code sample demonstrates how to add a custom tag to an EXIF package.

See Also