Class XmpArray
- Namespace
- Syncfusion.Pdf.Xmp
- Assembly
- Syncfusion.Pdf.Portable.dll
Represents Xmp array.
public class XmpArray : XmpCollection
- Inheritance
-
XmpArray
- Inherited Members
Properties
ArrayType
Gets type of the array.
protected override XmpArrayType ArrayType { get; }
Property Value
Items
Gets array of the array values.
public string[] Items { get; }
Property Value
- string[]
Methods
Add(XmpStructure)
Adds an XMP structure.
public void Add(XmpStructure structure)
Parameters
structureXmpStructureThe structure.
Add(DateTime)
Adds Date to the array.
public void Add(DateTime value)
Parameters
valueDateTimeValue to be added to the array.
Add(DateTime, string)
Adds Date to the array.
public void Add(DateTime value, string format)
Parameters
Add(int)
Adds integer value to the array.
public void Add(int value)
Parameters
valueintValue to be added to the array.
Add(float)
Adds float value to the array.
public void Add(float value)
Parameters
valuefloatValue to be added to the array.
Add(string)
Adds string value to the array.
public void Add(string value)
Parameters
valuestringValue to be added to the array.