Item

IptcRecord indexer

Gets the IptcDataSet with the specified dataSet number.

public IptcDataSet this[byte dataSetNumber] { get; }
Parameter Description
dataSetNumber The IPTC dataSet number.

Return Value

The IptcDataSet with the specified dataSet number, if found; otherwise null.

See Also