set method

set

Adds or replaces the specified tag.

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

Example

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

See Also