Class XmpText
Class XmpText
Der Name: Aspose.Imaging.Xmp.Types.Basic Versammlung: Aspose.Imaging.dll (25.4.0)
Es handelt sich um XMP Text Basistyp.
[JsonObject(MemberSerialization.OptIn)]
public class XmpText : XmpTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← XmpText
Derived
XmpAgentName , XmpLocale , XmpMimeType
Implements
Vererbte Mitglieder
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)
Initialisiert eine neue Instanz der Aspose.Imaging.Xmp.Types.Basic.XmpText Klasse.
[JsonConstructor]
public XmpText(string value)
Parameters
value
string
Der Wert.
Properties
Value
Erhalten oder festlegen Sie den Textwert.
[JsonProperty]
public string Value { get; set; }
Eigentumswert
Methods
GetXmpRepresentation()
Erhalten Sie den enthaltenen Wert im XMP-Format.
public override string GetXmpRepresentation()
Returns
Ersetzt den enthaltenen Wert im XMP-Format zurück.