Item
Contents
[
Hide
]
IptcRecordSet indexer (1 of 2)
Gets the IptcRecord
with the specified number.
public IptcRecord this[byte recordNumber] { get; }
Parameter | Description |
---|---|
recordNumber | The record number. |
Return Value
The IptcRecord
with the specified number, if found; otherwise null.
See Also
- class IptcRecord
- class IptcRecordSet
- namespace GroupDocs.Metadata.Standards.Iptc
- assembly GroupDocs.Metadata
IptcRecordSet indexer (2 of 2)
Gets the IptcDataSet
with the specified record and dataSet number.
public IptcDataSet this[byte recordNumber, byte dataSetNumber] { get; }
Parameter | Description |
---|---|
recordNumber | The record number. |
dataSetNumber | The dataSet number. |
Return Value
The IptcDataSet
with the specified record and dataSet number.
See Also
- class IptcDataSet
- class IptcRecordSet
- namespace GroupDocs.Metadata.Standards.Iptc
- assembly GroupDocs.Metadata