remove method
Leave feedback
On this page
Removes the record with the specified record number.
True if the specified IPTC record is found and removed; otherwise, false.
def remove(self, record_number):
...
| Parameter | Type | Description |
|---|---|---|
| record_number | int | The record number. |
Removes the dataSet with the specified record and dataSet number.
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 | int | The record number. |
| data_set_number | int | The dataSet number. |
- module
groupdocs.metadata.standards.iptc - class
IptcRecordSet
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.