Parameters
- index
- The zero-based index at which tag should be inserted.
- tag
- An identifier of TIFF tag to add.
Exception | Description |
---|---|
System.ArgumentNullException | Thrown if tag is null. |
TiffFileException | Thrown if tag with same ID is already present in the collection. |
Clone of the tag will be added to the collection if tag is virtual (TiffTag.IsVirtual == false); otherwise, tag will be added to the collection. then a
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5