XmpArray.Add

Overloads

Add(DateTime)Adds the date to the property.
Add(String)Adds the text to the property.

Add(DateTime)

Adds the date to the property.

public void Add(DateTime date)
Sub Add(date As Date)

Parameters

date
DateTime

The date to be added.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Add(String)

Adds the text to the property.

public void Add(string data)
Sub Add(data As String)

Parameters

data
String

Text to set as value for field.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

XmpArray
ceTe.DynamicPDF.Xmp

In this topic