Class XmpText
Class XmpText
De naam: Aspose.Imaging.Xmp.Types.Basic Verzameling: Aspose.Imaging.dll (25.4.0)
Vertegenwoordigt XMP Text basistype.
[JsonObject(MemberSerialization.OptIn)]
public class XmpText : XmpTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← XmpText
Derived
XmpAgentName , XmpLocale , XmpMimeType
Implements
Geëerbiede leden
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)
Initialiseert een nieuwe instantie van de Aspose.Imaging.Xmp.Types.Basic.xmpText-klasse.
[JsonConstructor]
public XmpText(string value)
Parameters
value
string
De waarde .
Properties
Value
Geeft of stelt de tekstwaarde.
[JsonProperty]
public string Value { get; set; }
Eigendomswaarde
Methods
GetXmpRepresentation()
Geeft de string bevatte waarde in XMP-formaat.
public override string GetXmpRepresentation()
Returns
Terugkomt de waarde die de string bevat in XMP-formaat.