Item
Leave feedback
On this page
Gets the IptcRecord with the specified number.
public IptcRecord this[byte recordNumber] { get; }
| Parameter | Description |
|---|---|
| recordNumber | The record number. |
The IptcRecord with the specified number, if found; otherwise null.
- class IptcRecord
- class IptcRecordSet
- namespace GroupDocs.Metadata.Standards.Iptc
- assembly GroupDocs.Metadata
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. |
The IptcDataSet with the specified record and dataSet number.
- class IptcDataSet
- class IptcRecordSet
- namespace GroupDocs.Metadata.Standards.Iptc
- assembly GroupDocs.Metadata
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.