IptcTag Class

Represents a tag for IPTC (International Press Telecommunications Council) Information Interchange Model (IIM) 4.2 specification.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public class IptcTag
Inheritance
Object    IptcTag

Constructors

IptcTag Initializes a new instance of the IptcTag class.

Properties

DescriptionGets the textual description of this IPTC tag.
GroupGets the group (Record) of this IPTC tag.
HexIdGets the hex id of this IPTC tag.
IdGets the decimal id of this IPTC tag.
NameGets the name of this IPTC tag.
NameWithGroupGets the name with group of this IPTC tag.
TypeGets the type allowed for values of this IPTC tag.

Methods

EqualsDetermines whether this instance and a specified object, which must also be a IptcTag object, have the same value.
(Overrides ObjectEquals(Object))
GetHashCodeReturns the hash code for this instance.
(Overrides ObjectGetHashCode)
ToString Returns a string that represents this IPTC tag.
(Overrides ObjectToString)

See Also