IptcTag Class
Definition
- Namespace
- GleamTech.ImageUltimate
- Assembly
- GleamTech.ImageUltimate.dll
Represents a tag for IPTC (International Press Telecommunications Council) Information Interchange Model (IIM) 4.2 specification.
public class IptcTag
- Inheritance
-
IptcTag
Constructors
| IptcTag(int, string, string, string, string) |
Initializes a new instance of the IptcTag class. |
Properties
| Description |
Gets the textual description of this IPTC tag. |
| Group |
Gets the group (Record) of this IPTC tag. |
| HexId |
Gets the hex id of this IPTC tag. |
| Id |
Gets the decimal id of this IPTC tag. |
| Name |
Gets the name of this IPTC tag. |
| NameWithGroup |
Gets the name with group of this IPTC tag. |
| Type |
Gets the type allowed for values of this IPTC tag. |
Methods
| Equals(object) |
Determines whether this instance and a specified object, which must also be a IptcTag object, have the same value. |
| GetHashCode() |
Returns the hash code for this instance. |
| ToString() |
Returns a string that represents this IPTC tag. |