Class XmpText

Class XmpText

Namn på plats: Aspose.Imaging.Xmp.Types.Basic Församling: Aspose.Imaging.dll (25.4.0)

Representerar XMP Text bastyp.

[JsonObject(MemberSerialization.OptIn)]
public class XmpText : XmpTypeBase, IXmpType, ICloneable

Inheritance

object XmpTypeBase XmpText

Derived

XmpAgentName , XmpLocale , XmpMimeType

Implements

IXmpType , ICloneable

Arvsmedlemmar

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(Sträng)

Initialiserar en ny instans av Aspose.Imaging.Xmp.Types.Basic.XmpText klass.

[JsonConstructor]
public XmpText(string value)

Parameters

value string

och värdet .

Properties

Value

Få eller ange textvärdet.

[JsonProperty]
public string Value { get; set; }

Fastighetsvärde

string

Methods

GetXmpRepresentation()

Få värdet i raden i XMP-format.

public override string GetXmpRepresentation()

Returns

string

Returnerar strängen innehållande värde i XMP-format.

 Svenska