IptcEntry Class
Represents an entry in an IPTC dictionary.
Namespace: GleamTech.ImageUltimateAssembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 6.2.0
public sealed class IptcEntry : IMetadataEntry<IptcTag>
Public NotInheritable Class IptcEntry
Implements IMetadataEntry(Of IptcTag)
- Inheritance
- Object IptcEntry
- Implements
- IMetadataEntryIptcTag
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).
|