Click or drag to resize

IptcTag Class

Contains the data of this IPTC tag including ID, index, section, and value.
Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.MetadataIptcTag

Namespace:  Atalasoft.Imaging.Metadata
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class IptcTag

The IptcTag type exposes the following members.

Constructors
  NameDescription
Public methodIptcTag
Creates a new instance of ExifTag specifying the id, section, index, and data.
Top
Properties
  NameDescription
Public propertyData
Gets or sets the value of this IptcTag.
Public propertyID
Gets or sets the ID of this IPTC tag.
Public propertyIndex
Sets or returns the index value for this IPTC tag.
Public propertySection
Gets or sets the section for this IPTC tag. Normally this value is 2.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object, is equal to this instance.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a text description of the IptcTag.
(Overrides ObjectToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Compares the specified tags for equality.
Public operatorStatic memberInequality
Compares the specified tags for inequality.
Top
See Also