Item Property (TiffTagCollection)
Gets the tag at the specified index.
'Declaration
Public Default Property Item( _
ByVal As System.Int32 _
) As TiffTag
public TiffTag this[
System.Int32
]{ get; set; }
public: __property TiffTag* get_Item(
System.Int32
);
public: __property void set_Item(
System.Int32 ,
TiffTag*
);
Parameters
- index
- The zero-based index of the tag to get or set.
Return Value
The tag at the specified index.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5