IptcCollectionItem Property |
Returns the IptcTag by index in the collection and allows the Iptc tags to be enumerated.
Namespace:
Atalasoft.Imaging.Metadata
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public IptcTag this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As IptcTag
Get
Parameters
- index
- Type: SystemInt32
The zero based index in the collection.
Property Value
Type:
IptcTagSee Also