| Package | Description |
|---|---|
| com.groupdocs.metadata.core |
The com.groupdocs.metadata.core namespace provides main classes allowing working with metadata in all supported formats.
|
| Modifier and Type | Method and Description |
|---|---|
IptcDataSet |
IptcRecord.get_Item(byte dataSetNumber)
Gets the
IptcDataSet with the specified dataSet number. |
IptcDataSet |
IptcRecordSet.get_Item(byte recordNumber,
byte dataSetNumber)
Gets the
IptcDataSet with the specified record and dataSet number. |
IptcDataSet |
IptcApplicationRecord.getByIptcApplicationRecordDataSet(IptcApplicationRecordDataSet dataSetNumber)
Gets the
IptcDataSet with the specified number. |
IptcDataSet |
IptcEnvelopeRecord.getByIptcEnvelopeRecordDataSet(IptcEnvelopeRecordDataSet dataSetNumber)
Gets the
IptcDataSet with the specified number. |
| Modifier and Type | Method and Description |
|---|---|
IReadOnlyList<IptcDataSet> |
IptcRecordSet.toDataSetList()
Creates a list of dataSets from the package.
|
IReadOnlyList<IptcDataSet> |
IptcRecord.toList()
Creates a list from the package.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IptcRecordSet.add(IptcDataSet dataSet)
Adds the specified dataSet to the appropriate record.
|
void |
IptcRecordSet.set(IptcDataSet dataSet)
Adds or updates the specified dataSet in the appropriate record.
|
| Constructor and Description |
|---|
IptcRecordSet(IptcDataSet[] dataSets)
Initializes a new instance of the
IptcRecordSet class. |
Copyright © 2025. All rights reserved.