Class 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<XmpElementBase>, IXmlValue, IEquatable<XmpMeta>
- Inheritance
-
XmpMeta
- Implements
- Inherited Members
Constructors
XmpMeta()
Initializes a new instance of the XmpMeta class.
public XmpMeta()
XmpMeta(string)
Initializes a new instance of the XmpMeta class.
public XmpMeta(string toolkitVersion)
Parameters
toolkitVersion
stringAdobe XMP toolkit version.
Properties
AdobeXmpToolkit
Gets or set Adobe Xmp toolkit version.
public string AdobeXmpToolkit { get; set; }
Property Value
Methods
AddAttribute(string, string)
Adds the attribute.
public override void AddAttribute(string attribute, string value)
Parameters
Equals(XmpMeta)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(XmpMeta other)
Parameters
other
XmpMetaAn object to compare with this object.
Returns
- bool
true if the current object is equal to the
other
parameter; otherwise, false.
Equals(object)
Determines whether the specified object, is equal to this instance.
public override bool Equals(object other)
Parameters
Returns
GetHashCode()
Returns a hash code for this instance.
public override int GetHashCode()
Returns
- int
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
GetXmlValue()
Converts XMP value to the XML representation.
public string GetXmlValue()
Returns
- string
Returns the XMP value converted to the XML representation.