Table of Contents

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

XmpArrayType

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

structure XmpStructure

The structure.

Add(DateTime)

Adds Date to the array.

public void Add(DateTime value)

Parameters

value DateTime

Value to be added to the array.

Add(DateTime, string)

Adds Date to the array.

public void Add(DateTime value, string format)

Parameters

value DateTime

Value to be added to the array.

format string

String format of the date.

Add(int)

Adds integer value to the array.

public void Add(int value)

Parameters

value int

Value to be added to the array.

Add(float)

Adds float value to the array.

public void Add(float value)

Parameters

value float

Value to be added to the array.

Add(string)

Adds string value to the array.

public void Add(string value)

Parameters

value string

Value to be added to the array.