Class XmpArray
Pôvodný názov: Aspose.Imaging.Xmp Zhromaždenie: Aspose.Imaging.dll (25.4.0)
Zobrazuje Xmp Array v Aspose.Imaging.XmpPackage.
[JsonObject(MemberSerialization.OptIn)]
public class XmpArray : XmpCollection, IList<ixmptype>, ICollection<ixmptype>, IEnumerable<ixmptype>, IEnumerable, IXmpType
Inheritance
object ← XmpCollection ← XmpArray
Implements
IList
Z dedičných členov
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, príslušenstvo[])
Initalizuje novú inštanciu triedy Aspose.Imaging.Xmp.xmpArray.
public XmpArray(XmpArrayType type = XmpArrayType.UNORDERED, string[] items = null)
Parameters
type
XmpArrayType
To je typ array.
items
string
[]
Zoznam položiek .
Fields
ArrayType
Týždeň Array
[JsonProperty]
protected string arrayType
Fieldová hodnota
Properties
Values
Získava rad hodnôt vo vnútri Aspose.Imaging.Xmp.xmpArray.
public string[] Values { get; }
Hodnota nehnuteľnosti
string []
Methods
ToString()
Vráti systém.String, ktorý predstavuje túto inštanciu.
public override string ToString()
Returns
Systém.String, ktorý predstavuje túto inštanciu.