Class XmpArray
Namespace: Aspose.Imaging.Xmp
Assembly: Aspose.Imaging.dll (25.7.0)
Represents Xmp Array in 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
Inherited Members
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[])
Initializes a new instance of the Aspose.Imaging.Xmp.XmpArray class.
public XmpArray(XmpArrayType type = XmpArrayType.UNORDERED, string[] items = null)
{
}
Parameters
type
XmpArrayType
The type of array.
items
string
[]
The items list.
Fields
arrayType
Array type.
protected string ArrayType // No changes to comments
{
get; // No changes to accessors
set;
}
Field Value
Properties
Values
Gets array of values inside Aspose.Imaging.Xmp.XmpArray.
public string[] Values
{
get;
}
Property Value
string []
Methods
ToString()
Returns a System.String that represents this instance.
public override string ToString()
{
}
Returns
A System.String that represents this instance.