ExifCollectionItem Property |
Returns the ExifTag by index in the collection and allows the EXIF tags to be enumerated.
Namespace:
Atalasoft.Imaging.Metadata
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic ExifTag this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As ExifTag
Get
Parameters
- index
- Type: SystemInt32
The zero based index in the collection.
Property Value
Type:
ExifTag The EXIF Tag by index in the collection.
See Also