Class XmpArray

Class XmpArray

Navne til: Aspose.Imaging.Xmp Sammensætning: Aspose.Imaging.dll (25.4.0)

Representerer Xmp Array i 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 , ICollection , IEnumerable , IEnumerable , IXmpType

De arvede medlemmer

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[])

Initialiserer en ny instans af klassen Aspose.Imaging.xmp.XmpArray.

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

Parameters

type XmpArrayType

Den slags array.

items string []

Liste over elementer.

Fields

ArrayType

af Array type.

[JsonProperty]
protected string arrayType

Fællesværdi

string

Properties

Values

Få en række værdier inde i Aspose.Imaging.Xmp.xmpArray.

public string[] Values { get; }

Ejendomsværdi

string []

Methods

ToString()

Returnerer en System.String, der repræsenterer denne instans.

public override string ToString()

Returns

string

Et system.String, der repræsenterer denne instans.

 Dansk