Class XmpArray

Class XmpArray

nazivni prostor: Aspose.Imaging.Xmp Sastav: Aspose.Imaging.dll (25.4.0)

Prikazuje Xmp Array u Aspose.Imaging.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

naslijeđeni članovi

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

Inicijalizira novu primjenu Aspose.Imaging.Xmp.xmpArray razreda.

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

Parameters

type XmpArrayType

To je vrsta array.

items string []

Slijedeći članakLista predmeta

Fields

Vrsta Array

Vrsta Array.

[JsonProperty]
protected string arrayType

Vrijednost polja

string

Properties

Values

Dobiva niz vrijednosti unutar Aspose.Imaging.Xmp.xmpArray.

public string[] Values { get; }

Vrijednost nekretnina

string []

Methods

ToString()

Povratak System.String koji predstavlja ovu primjenu.

public override string ToString()

Returns

string

String.String koji predstavlja ovu primjenu.

 Hrvatski