set method

set(self, data_set)

Adds or updates the specified dataSet in the appropriate record.


def set(self, data_set):
    ...
Parameter Type Description
data_set groupdocs.metadata.standards.iptc.IptcDataSet The IPTC dataSet to add/update.

Example

This example shows how to add or update custom IPTC datasets in a file.

See Also