Class XmpCollection
Base class for the arrays.
Inherited Members
Namespace: Syncfusion.Pdf.Xmp
Assembly: Syncfusion.Pdf.NET.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 XElement ItemsContainer { get; }
Property Value
Type |
---|
System.Xml.Linq.XElement |
Methods
CreateEntity()
Creates entity in the parent.
Declaration
protected override void CreateEntity()
Overrides
GetArrayItems()
Gets list of the array items.
Declaration
protected IEnumerable<XElement> GetArrayItems()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> | List of the array items. |