Class XmpArray
A név: Aspose.Imaging.Xmp Összefoglaló: Aspose.Imaging.dll (25.4.0)
Az Xmp Array jelölése a Aspose.Imaging.xmp.XmpPackage-ban.
[JsonObject(MemberSerialization.OptIn)]
public class XmpArray : XmpCollection, IList<ixmptype>, ICollection<ixmptype>, IEnumerable<ixmptype>, IEnumerable, IXmpType
Inheritance
object ← XmpCollection ← XmpArray
Implements
IList
Örökletes tagok
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, szalag[])
Kezdeményez egy új példát a Aspose.Imaging.xmp.XmpArray osztály.
public XmpArray(XmpArrayType type = XmpArrayType.UNORDERED, string[] items = null)
Parameters
type
XmpArrayType
Az array típusa.
items
string
[]
Az elemek listája.
Fields
ArrayType
Az array típus.
[JsonProperty]
protected string arrayType
mező értéke
Properties
Values
Megkap egy sor értéket belül Aspose.Imaging.Xmp.xmpArray.
public string[] Values { get; }
ingatlan értéke
string []
Methods
ToString()
Visszatér egy System.String, amely ezt az esetet képviseli.
public override string ToString()
Returns
Egy System.String, amely ezt az esetet képviseli.