Name | Description | |
---|---|---|
![]() | TiffTagCollection | Initializes a new instance of the TiffTagCollection class. |
Name | Description | |
---|---|---|
![]() | TiffTagCollection | Initializes a new instance of the TiffTagCollection class. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of tags contained in the collection. |
![]() | IsChanged | Gets a value indicating whether the collection is changed. |
![]() | IsReadOnly | Gets a value indicating whether the collection is read-only. |
![]() | Item | Gets the tag at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds a TIFF tag to the collection. |
![]() | Clear | Removes all tags from the collection. |
![]() | Contains | Determines whether the collection contains a specific tag. |
![]() | CopyTo | Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array. |
![]() | Find | Overloaded. Finds the specified EXIF GPS tag in the TIFF page. |
![]() | GetEnumerator | Returns an enumerator that iterates through a collection. |
![]() | IndexOf | Determines the index of a specific item in the TiffTagCollection |
![]() | Insert | Overloaded. Inserts a TIFF tag into the collection. |
![]() | Remove | Overloaded. Removes an EXIF Image tag from the collection. |
![]() | RemoveAt | Removes the tag from the collection at specified index. |
Name | Description | |
---|---|---|
![]() | Changed | Occurs when this collection is changed. |
![]() | Changing | Occurs before this collection is changing. |