Class XmpArray

Class XmpArray

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

Representa Xmp Array en Aspose.Imaging.Xmp.XmpPackage.

[JsonObject(MemberSerialization.OptIn)]
public class XmpArray : XmpCollection, IList<ixmptype>, ICollection<ixmptype>, IEnumerable<ixmptype>, IEnumerable, IXmpType

Inheritance

object XmpCollection XmpArray

Implements

IList ,y, ICollection ,y, IEnumerable ,y, IEnumerable ,y, IXmpType

Miembros heredados

XmpCollection.AddItem(string) ,y, XmpCollection.Add(object) ,y, XmpCollection.IndexOf(IXmpType) ,y, XmpCollection.Insert(int, IXmpType) ,y, XmpCollection.RemoveAt(int) ,y, XmpCollection.Add(IXmpType) ,y, XmpCollection.Clear() ,y, XmpCollection.Contains(IXmpType) ,y, XmpCollection.CopyTo(IXmpType[], int) ,y, XmpCollection.Remove(IXmpType) ,y, XmpCollection.GetEnumerator() ,y, XmpCollection.GetXmpRepresentation() ,y, XmpCollection.GetXmlValue() ,y, XmpCollection.ToString() ,y, XmpCollection.ToString(object) ,y, XmpCollection.Count ,y, XmpCollection.IsReadOnly ,y, XmpCollection.this[int] ,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

XmpArray(XmpArrayType, string[])

Inicia una nueva instancia de la clase Aspose.Imaging.Xmp.XmpArray.

public XmpArray(XmpArrayType type = XmpArrayType.UNORDERED, string[] items = null)

Parameters

type XmpArrayType

El tipo de array.

items string [][]

Lista de artículos.

Fields

ArrayType

El tipo Array.

[JsonProperty]
protected string arrayType

Valor de campo

string

Properties

Values

Obtiene una serie de valores dentro de Aspose.Imaging.Xmp.XmpArray.

public string[] Values { get; }

Valor de la propiedad

string [][]

Methods

ToString()

Retorna un Sistema.String que representa esta instancia.

public override string ToString()

Returns

string

Un sistema.String que representa esta instancia.

 Español