Class XmpArray
Le nom : Aspose.Imaging.Xmp Assemblée: Aspose.Imaging.dll (25.4.0)
Représente Xmp Array dans Aspose.Imaging.Xmp.
[JsonObject(MemberSerialization.OptIn)]
public class XmpArray : XmpCollection, IList<ixmptype>, ICollection<ixmptype>, IEnumerable<ixmptype>, IEnumerable, IXmpType
Inheritance
object ← XmpCollection ← XmpArray
Implements
IList
I membri ereditari
XmpCollection.AddItem(string) , XmpCollection.Add(object) , XmpCollection.IndexOf(IXmpType) , XmpCollection.Insert(int, IXmpType) , XmpCollection.RemoveAt(int) , XmpCollection.Add(IXmpType) , XmpCollection.Clear() , XmpCollection.Contains(IXmpType) , XmpCollection.CopyTo(IXmpType[], int) , XmpCollection.Remove(IXmpType) , XmpCollection.GetEnumerator() , XmpCollection.GetXmpRepresentation() , XmpCollection.GetXmlValue() , XmpCollection.ToString() , XmpCollection.ToString(object) , XmpCollection.Count , XmpCollection.IsReadOnly , XmpCollection.this[int] , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
XmpArray(XmpArrayType, string[])
Initialisez une nouvelle instance de la classe Aspose.Imaging.Xmp.xmpArray.
public XmpArray(XmpArrayType type = XmpArrayType.UNORDERED, string[] items = null)
Parameters
type
XmpArrayType
Il tipo di array.
items
string
[ ]
Elenco degli articoli.
Fields
Types Array
Il tipo Array.
[JsonProperty]
protected string arrayType
Valore di campo
Properties
Values
Obtenez une gamme de valeurs à l’intérieur de Aspose.Imaging.Xmp.xmpArray.
public string[] Values { get; }
Valore di proprietà
string [ ]
Methods
ToString()
Ritorna un System.String che rappresenta questa instanza.
public override string ToString()
Returns
Un sistema.String che rappresenta questa instanza.