Class XmpChoise

Class XmpChoise

Nombre del espacio: Aspose.Imaging.Xmp.Types.Derived Asamblea: Aspose.Imaging.dll (25.4.0)

Representa un valor de la vocabulario de valores.

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

Tipos de Parámetros

T

El tipo de elementos.

Inheritance

object XmpTypeBase XmpChoise

Implements

IXmpType ,y, ICloneable

Miembros heredados

XmpTypeBase.GetXmpRepresentation() ,y, XmpTypeBase.ToString() ,y, XmpTypeBase.Clone() ,y, object.GetType() ,y, object.MemberwiseClone() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()

Constructors

XmpChoise()

[JsonConstructor]
public XmpChoise()

Properties

IsOpen

Obtenga o establece un valor que indique si los valores preferidos pueden ser ampliados.

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

Valor de la propiedad

bool

Methods

GetXmpRepresentation()

Obtenga el valor contenido en el formato XMP.

public override string GetXmpRepresentation()

Returns

string

Devolve el valor contenido en el formato XMP.

Exceptions

NotImplementedException

Exception

 Español