Class XmpChoise
Class XmpChoise
Nama dari : Aspose.Imaging.Xmp.Types.Derived Pengumpulan: Aspose.Imaging.dll (25.4.0)
Menampilkan nilai dari kamus nilai.
[JsonObject(MemberSerialization.OptIn)]
public class XmpChoise<t> : XmpTypeBase, IXmpType, ICloneable
Jenis Parameter
T
Jenis dari elemen.
Inheritance
object
←
XmpTypeBase
←
XmpChoise
Implements
anggota yang diwarisi
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
XmpChoise()
[JsonConstructor]
public XmpChoise()
Properties
IsOpen
Dapatkan atau menetapkan nilai yang menunjukkan apakah nilai preferensi dapat diperpanjang.
[JsonProperty]
public bool IsOpen { get; set; }
Nilai Properti
Methods
GetXmpRepresentation()
Dapatkan nilai string yang terkandung dalam format XMP.
public override string GetXmpRepresentation()
Returns
Mengembalikan nilai string yang terkandung dalam format XMP.
Exceptions
Exception