Class XmpText

Class XmpText

İsim alanı : Aspose.Imaging.Xmp.Types.Basic Toplantı: Aspose.Imaging.dll (25.4.0)

XMP Metin Temel Tipi.

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

Inheritance

object XmpTypeBase XmpText

Derived

XmpAgentName , XmpLocale , XmpMimeType

Implements

IXmpType , ICloneable

mirasçı üyeleri

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(Sırt)

Aspose.Imaging.Xmp.Types.Basic.XmpText sınıfının yeni bir örneğini başlatır.

[JsonConstructor]
public XmpText(string value)

Parameters

value string

Değer için .

Properties

Value

Yazının değerini alır veya ayarlar.

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

Mülkiyet Değer

string

Methods

GetXmpRepresentation()

Çizgi içerdiği değeri XMP biçiminde alır.

public override string GetXmpRepresentation()

Returns

string

XMP biçiminde satılan değeri döndürür.

 Türkçe