Table of Contents

Class XmpArray

Namespace
iTextSharp.text.xml.xmp
Assembly
iTextSharp.LGPLv2.Core.dll

StringBuilder to construct an XMP array.

public class XmpArray : List<string>, IList<string>, ICollection<string>, IList, ICollection, IReadOnlyList<string>, IReadOnlyCollection<string>, IEnumerable<string>, IEnumerable
Inheritance
XmpArray
Implements
Inherited Members
Extension Methods

Constructors

XmpArray(string)

Creates an XmpArray.

public XmpArray(string type)

Parameters

type string

the type of array: UNORDERED, ORDERED or ALTERNATIVE.

Fields

ALTERNATIVE

An array with alternatives.

public const string ALTERNATIVE = "rdf:Alt"

Field Value

string

ORDERED

An array that is ordered.

public const string ORDERED = "rdf:Seq"

Field Value

string

Type

the type of array.

protected string Type

Field Value

string

UNORDERED

An array that is unordered.

public const string UNORDERED = "rdf:Bag"

Field Value

string

Methods

ToString()

Returns the String representation of the XmpArray.

public override string ToString()

Returns

string

a String representation