XmpMeta
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
Name |
Description |
XmpMeta() |
Initializes a new instance of the XmpMeta class. |
XmpMeta(string) |
Initializes a new instance of the XmpMeta class. |
Properties
Name |
Description |
AdobeXmpToolkit { get; set; } |
Gets or set Adobe Xmp toolkit version. |
Methods
Name |
Description |
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