Class XmpChoise

Class XmpChoise

名称: Aspose.Imaging.Xmp.Types.Derived 收藏: Aspose.Imaging.dll (25.4.0)

代表来自价值词典的价值。

[JsonObject(MemberSerialization.OptIn)]
public class XmpChoise<t> : XmpTypeBase, IXmpType, ICloneable

类型参数

T

元素的类型。

Inheritance

object XmpTypeBase XmpChoise

Implements

IXmpType , ICloneable

继承人

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

收到或设置一个值,表明是否可以扩展偏好值。

[JsonProperty]
public bool IsOpen { get; set; }

财产价值

bool

Methods

GetXmpRepresentation()

以 XMP 格式获取包含的字符串值。

public override string GetXmpRepresentation()

Returns

string

返回在 XMP 格式中包含的字符串值。

Exceptions

NotImplementedException

Exception

 中文