XmpValue class

XmpValue class

Represents XMP value

The XmpValue type exposes the following members:

Constructors

ConstructorDescription
initConstructor for string value.
initConsructor for integer value.
initConstructor for floating point Value.
initConstructor for date time value.
initConstructor for array value.

Properties

PropertyDescription
is_stringReturns true if value is string.
is_integerReturns true if value is integer.
is_doubleReturns true if value is floating point value.
is_date_timeReturns true if value is DateTime.
is_fieldReturns true if XmpValue is field.
is_named_valueReturns true if XmpValue is named value.
is_rawValue is unsupported/unknown and raw XML code is provided.
is_named_valuesReturns true is XmpValue represents named values.
is_structureReturns true is XmpValue represents structure.
is_arrayReturns true is XmpValue is array.

Methods

MethodDescription
to_string_valueConverts to string.
to_integerConverts to integer.
to_doubleConverts to double.
to_date_timeConverts to date time.
to_arrayReturns array.
to_structureReturns XMP value as structure (set of fields).
to_fieldReturns XMP value as XMP field.

See Also