Table of Contents

Class XmpCollection

Namespace
Syncfusion.Pdf.Xmp
Assembly
Syncfusion.Pdf.Portable.dll

Base class for the arrays.

public abstract class XmpCollection : XmpType
Inheritance
XmpCollection
Derived
Inherited Members

Fields

c_itemName

Name of the array item tag.

protected const string c_itemName = "li"

Field Value

string

Properties

ArrayType

Gets type of the collection.

protected abstract XmpArrayType ArrayType { get; }

Property Value

XmpArrayType

Count

Gets count of the items in the collection.

public int Count { get; }

Property Value

int

ItemsContainer

Gets items container element.

protected XElement ItemsContainer { get; }

Property Value

XElement

Methods

CreateEntity()

Creates entity in the parent.

protected override void CreateEntity()

GetArrayItems()

Gets list of the array items.

protected IEnumerable<XElement> GetArrayItems()

Returns

IEnumerable<XElement>

List of the array items.