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
stringthe type of array: UNORDERED, ORDERED or ALTERNATIVE.
Fields
ALTERNATIVE
An array with alternatives.
public const string ALTERNATIVE = "rdf:Alt"
Field Value
ORDERED
An array that is ordered.
public const string ORDERED = "rdf:Seq"
Field Value
Type
the type of array.
protected string Type
Field Value
UNORDERED
An array that is unordered.
public const string UNORDERED = "rdf:Bag"
Field Value
Methods
ToString()
Returns the String representation of the XmpArray.
public override string ToString()
Returns
- string
a String representation