Class XmpArray
Именује се: Aspose.Imaging.Xmp Асамблеја: Aspose.Imaging.dll (25.4.0)
Представља Xmp Array у Aspose.Imaging.Xmp.
[JsonObject(MemberSerialization.OptIn)]
public class XmpArray : XmpCollection, IList<ixmptype>, ICollection<ixmptype>, IEnumerable<ixmptype>, IEnumerable, IXmpType
Inheritance
object ← XmpCollection ← XmpArray
Implements
IList
Наслеђени чланови
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, струнг[])
Иницијалише нову инстанцију класе Aspose.Imaging.Xmp.xmpArray.
public XmpArray(XmpArrayType type = XmpArrayType.UNORDERED, string[] items = null)
Parameters
type
XmpArrayType
То је врста ареја.
items
string
[]
Списак предмета .
Fields
АрејТип
Ареј Тип
[JsonProperty]
protected string arrayType
Пољска вредност
Properties
Values
Добија низ вредности унутар Aspose.Imaging.Xmp.xmpArray.
public string[] Values { get; }
Вредност имовине
string []
Methods
ToString()
Враћа систем.Стринг који представља ову инстанцију.
public override string ToString()
Returns
Систем.Стринг који представља ову инстанцију.