Class XmpChoise
Class XmpChoise
Namespace: Aspose.Imaging.Xmp.Types.Derived
Assembly: Aspose.Imaging.dll (25.2.0)
Represents a value from vocabulary of values.
[JsonObject(MemberSerialization.OptIn)]
public class XmpChoise<t> : XmpTypeBase, IXmpType, ICloneable
Type Parameters
T
The type of elements.
Inheritance
object ← XmpTypeBase ← XmpChoise<t>
Implements
Inherited Members
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
Gets or sets a value indicating whether the preferred values can be extended.
[JsonProperty]
public bool IsOpen { get; set; }
Property Value
Methods
GetXmpRepresentation()
Gets the string contained value in XMP format.
public override string GetXmpRepresentation()
Returns
Returns the string contained value in XMP format.
Exceptions
Exception </t>