Class RenditionClass
Class RenditionClass
이름 공간 : Aspose.Imaging.Xmp.Types.Derived 모임: Aspose.Imaging.dll (25.4.0)
XMP 렌디션을 나타냅니다.
[JsonObject(MemberSerialization.OptIn)]
public sealed class RenditionClass : XmpTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← RenditionClass
Implements
상속 회원들
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()
Aspose.Imaging.Xmp.Types.Derived.RenditionClass 클래스의 새로운 사례를 시작합니다.
[JsonConstructor]
public RenditionClass()
RenditionClass(스트링, 스트링)
Aspose.Imaging.Xmp.Types.Derived.RenditionClass 클래스의 새로운 사례를 시작합니다.
public RenditionClass(string token, string value)
Parameters
token
string
이 토큰
value
string
그 가치가 있다.
Properties
DefinedValues
정의된 가치
public static string[] DefinedValues { get; }
부동산 가치
string [ ] [ [ ]
Token
토큰을 얻거나 설정합니다.
[JsonProperty]
public string Token { get; set; }
부동산 가치
Value
가치를 얻거나 설정합니다.
[JsonProperty]
public string Value { get; set; }
부동산 가치
Methods
GetXmpRepresentation()
XMP 형식으로 링크가 포함된 값을 얻습니다.
public override string GetXmpRepresentation()
Returns
XMP 형식으로 링에 포함된 값을 반환합니다.