Class XmpArray
Der Name: Aspose.Imaging.Xmp Versammlung: Aspose.Imaging.dll (25.4.0)
Xmp Array in Aspose.Imaging.Xmp.XmpPackage dargestellt.
[JsonObject(MemberSerialization.OptIn)]
public class XmpArray : XmpCollection, IList<ixmptype>, ICollection<ixmptype>, IEnumerable<ixmptype>, IEnumerable, IXmpType
Inheritance
object ← XmpCollection ← XmpArray
Implements
IList
Vererbte Mitglieder
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[])
Initialisiert eine neue Instanz der Aspose.Imaging.Xmp.XmpArray Klasse.
public XmpArray(XmpArrayType type = XmpArrayType.UNORDERED, string[] items = null)
Parameters
type
XmpArrayType
Die Art von Array.
items
string
[][]
Die Elemente Liste.
Fields
ArrayTyp
Array Typ.
[JsonProperty]
protected string arrayType
Feldwert
Properties
Values
Er erhält eine Reihe von Werte innerhalb Aspose.Imaging.Xmp.XmpArray.
public string[] Values { get; }
Eigentumswert
string [][]
Methods
ToString()
Wiederherstellt eine System.String, die diese Instanz darstellt.
public override string ToString()
Returns
Ein System.String, der diese Instanz vertritt.