IptcEntry Class

Represents an entry in an IPTC dictionary.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public sealed class IptcEntry : IMetadataEntry<IptcTag>
Inheritance
Object    IptcEntry
Implements
IMetadataEntryIptcTag

Properties

RawValueGets the raw value (byte array with Encoding.UTF8) of this IPTC entry.
Tag Gets the tag of this IPTC entry.
Value Gets the string representation of this IPTC entry's value. Use RawValue for the raw value (value in actual type).

Methods

ToString Returns a string that represents this IPTC entry.
(Overrides ObjectToString)

See Also