IptcDataSet

IptcDataSet class

Represents an IPTC DataSet (metadata property).

public sealed class IptcDataSet : MetadataProperty

Constructors

Name Description
IptcDataSet(byte, byte, byte[]) Initializes a new instance of the IptcDataSet class.
IptcDataSet(byte, byte, DateTime) Initializes a new instance of the IptcDataSet class.
IptcDataSet(byte, byte, int) Initializes a new instance of the IptcDataSet class.
IptcDataSet(byte, byte, string) Initializes a new instance of the IptcDataSet class.

Properties

Name Description
AlternativeName { get; } Gets the alternative name of the dataSet.
DataSetNumber { get; } Gets the dataSet number.
Descriptor { get; } Gets the descriptor associated with the metadata property.
InterpretedValue { get; } Gets the interpreted property value, if available. The interpreted value is a user-friendly form of the original property value. For example, it returns a human-readable string instead of numeric flags and ids, if necessary, translates byte arrays to text, etc.
Name { get; } Gets the property name.
RecordNumber { get; } Gets the record number.
Tags { get; } Gets a collection of tags associated with the property.
Value { get; } Gets the property value.

Remarks

Learn more

See Also