Class XmpCollection
Base class for the arrays.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Pdf.Xmp
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public abstract class XmpCollection : XmpType
Fields
c_itemName
Name of the array item tag.
Declaration
protected const string c_itemName = "li"
Field Value
Type |
---|
System.String |
Properties
ArrayType
Gets type of the collection.
Declaration
protected abstract XmpArrayType ArrayType { get; }
Property Value
Type |
---|
XmpArrayType |
Count
Gets count of the items in the collection.
Declaration
public int Count { get; }
Property Value
Type |
---|
System.Int32 |
ItemsContainer
Gets items container element.
Declaration
protected XmlElement ItemsContainer { get; }
Property Value
Type |
---|
System.Xml.XmlElement |
Methods
CreateEntity()
Creates entity in the parent.
Declaration
protected override void CreateEntity()
Overrides
GetArrayItems()
Gets list of the array items.
Declaration
protected XmlNodeList GetArrayItems()
Returns
Type | Description |
---|---|
System.Xml.XmlNodeList | List of the array items. |