Class RenditionClass
Nama dari : Aspose.Imaging.Xmp.Types.Derived Pengumpulan: Aspose.Imaging.dll (25.4.0)
Ini adalah XMP Rendition.
[JsonObject(MemberSerialization.OptIn)]
public sealed class RenditionClass : XmpTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← RenditionClass
Implements
anggota yang diwarisi
XmpTypeBase.GetXmpRepresentation() , XmpTypeBase.ToString() , XmpTypeBase.Clone() , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
RenditionClass()
Initifikasi instansi baru dari Aspose.Imaging.Xmp.Types.Derived.RenditionClass kelas.
[JsonConstructor]
public RenditionClass()
RenditionClass(String dan String)
Initifikasi instansi baru dari Aspose.Imaging.Xmp.Types.Derived.RenditionClass kelas.
public RenditionClass(string token, string value)
Parameters
token
string
dengan token.
value
string
dengan nilai tersebut.
Properties
DefinedValues
Nilai yang ditentukan
public static string[] DefinedValues { get; }
Nilai Properti
string [ ]
Token
Dapatkan atau menetapkan token.
[JsonProperty]
public string Token { get; set; }
Nilai Properti
Value
Dapatkan atau menetapkan nilai.
[JsonProperty]
public string Value { 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.