XmpMeta

XmpMeta class

Represents xmpmeta. Optional. The purpose of this element is to identify XMP metadata within general XML text that might contain other non-XMP uses of RDF.

public sealed class XmpMeta : XmpElementBase, IEquatable<XmpMeta>, IXmlValue

Constructors

NameDescription
XmpMeta()Initializes a new instance of the XmpMeta class.
XmpMeta(string)Initializes a new instance of the XmpMeta class.

Properties

NameDescription
AdobeXmpToolkit { get; set; }Gets or set Adobe Xmp toolkit version.

Methods

NameDescription
override AddAttribute(string, string)Adds the attribute.
virtual ClearAttributes()Removes all attributes.
override Equals(object)Determines whether the specified Object, is equal to this instance.
Equals(XmpElementBase)Indicates whether the current object is equal to another object of the same type.
Equals(XmpMeta)Indicates whether the current object is equal to another object of the same type.
virtual GetAttribute(string)Gets the attribute.
override GetHashCode()Returns a hash code for this instance.
GetXmlValue()Converts XMP value to the XML representation.

See Also