Modifier and Type | Method and Description |
---|---|
IptcProperty |
IptcCollection.readByIndex(int index)
Deprecated.
|
IptcProperty |
IptcDataSet.readByIptcTag(int iptcTagId) |
IptcProperty |
IptcDataSetCollection.readProperty(int dataSetNumber,
int tagId)
Gets the
IptcProperty with the specified dataset number and tag identifier. |
IptcProperty[] |
IptcDataSet.toPropertyArray()
Returns an array containing all properties extracted from the IPTC package.
|
IptcProperty[] |
IptcDataSetCollection.toPropertyArray()
Returns an array containing all properties extracted from the IPTC package.
|
Modifier and Type | Method and Description |
---|---|
void |
IptcCollection.add(IptcProperty property)
Deprecated.
Adds the specified property.
|
void |
IptcDataSetCollection.addOrUpdate(IptcProperty property)
Adds or updates the specified property in the appropriate dataset.
|
Constructor and Description |
---|
IptcDataSetCollection(IptcProperty[] properties)
Initializes a new instance of the
IptcDataSetCollection class. |
Copyright © 2019. All rights reserved.