Class RenditionClass
Tên không gian: Aspose.Imaging.Xmp.Types.Derived Tổng hợp: Aspose.Imaging.dll (25.4.0)
Hiển thị XMP Rendition.
[JsonObject(MemberSerialization.OptIn)]
public sealed class RenditionClass : XmpTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← RenditionClass
Implements
Thành viên thừa kế
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()
Bắt đầu một trường hợp mới của lớp Aspose.Imaging.Xmp.Types.Derived.RenditionClass.
[JsonConstructor]
public RenditionClass()
RenditionClass(Thẻ, string)
Bắt đầu một trường hợp mới của lớp Aspose.Imaging.Xmp.Types.Derived.RenditionClass.
public RenditionClass(string token, string value)
Parameters
token
string
của token.
value
string
Giá trị .
Properties
DefinedValues
Các giá trị được xác định
public static string[] DefinedValues { get; }
Giá trị bất động sản
string [ ]
Token
Nhận hoặc đặt token.
[JsonProperty]
public string Token { get; set; }
Giá trị bất động sản
Value
Nhận hoặc đặt giá trị.
[JsonProperty]
public string Value { get; set; }
Giá trị bất động sản
Methods
GetXmpRepresentation()
Nhận giá trị dòng chứa trong định dạng XMP.
public override string GetXmpRepresentation()
Returns
Trả lại giá trị của string trong định dạng XMP.