Table of Contents

IptcEntry Class

Definition

Namespace
GleamTech.ImageUltimate
Assembly
GleamTech.ImageUltimate.dll

Represents an entry in an IPTC dictionary.

public sealed class IptcEntry : IMetadataEntry<IptcTag>
Inheritance
IptcEntry
Implements

Properties

RawValue

Gets 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.