set method

set

Adds or updates the specified dataSet in the appropriate record.

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

Example

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

See Also