Class XmpText
Class XmpText
Namespace: Aspose.Imaging.Xmp.Types.Basic
Assembly: Aspose.Imaging.dll (25.2.0)
Represents XMP Text basic type.
[JsonObject(MemberSerialization.OptIn)]
public class XmpText : XmpTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← XmpText
Derived
XmpAgentName, XmpLocale, XmpMimeType
Implements
Inherited Members
XmpTypeBase.GetXmpRepresentation(), XmpTypeBase.ToString(), XmpTypeBase.Clone(), object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
XmpText(string)
Initializes a new instance of the Aspose.Imaging.Xmp.Types.Basic.XmpText class.
[JsonConstructor]
public XmpText(string value)
Parameters
value
string
The value.
Properties
Value
Gets or sets the text value.
[JsonProperty]
public string Value { get; set; }
Property Value
Methods
GetXmpRepresentation()
Gets the string contained value in XMP format.
public override string GetXmpRepresentation()
Returns
Returns the string contained value in XMP format.