Class XmpChoise

Class XmpChoise

Nom dels espais: Aspose.Imaging.Xmp.Types.Derived Assemblea: Aspose.Imaging.dll (25.4.0)

Representen un valor del vocabulari de valors.

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

Tipus de paràmetres

T

El tipus d’elements.

Inheritance

object XmpTypeBase XmpChoise

Implements

IXmpType , ICloneable

Membres heretats

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

Obté o estableix un valor que indiqui si es poden ampliar els valors preferits.

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

Valor de la propietat

bool

Methods

GetXmpRepresentation()

Obté el valor contingut de la fila en format XMP.

public override string GetXmpRepresentation()

Returns

string

Retorna el valor contingut en el format XMP.

Exceptions

NotImplementedException

Exception

 Català