Item

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


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