remove method

remove

Removes the record with the specified record number.

Returns

True if the specified IPTC record is found and removed; otherwise, false.

def remove(self, record_number):
    ...
Parameter Type Description
record_number byte The record number.

remove

Removes the dataSet with the specified record and dataSet number.

Returns

True if the specified IPTC dataSet is found and removed; otherwise, false.

def remove(self, record_number, data_set_number):
    ...
Parameter Type Description
record_number byte The record number.
data_set_number byte The dataSet number.

See Also