Class XmpArray

Class XmpArray

名称: Aspose.Imaging.Xmp 收藏: Aspose.Imaging.dll (25.4.0)

在 Aspose.Imaging.Xmp.XmpPackage 中代表Xmp Array。

[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

继承人

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

类似于 array。

items string ( )

物品列表。

Fields

阿拉伯人

Array 类型

[JsonProperty]
protected string arrayType

领域价值

string

Properties

Values

收到 Aspose.Imaging.Xmp.XmpArray 中的值序列。

public string[] Values { get; }

财产价值

string ( )

Methods

ToString()

返回一个 System.String 代表此例子。

public override string ToString()

Returns

string

一个系统.String 代表这个实例。

 中文