DateTimeLineValueList.Add
Overloads
Add(DateTimeLineValue) | Adds a DateTimeLineValue object to the DateTimeLineValueList object. |
Add(Single, DateTime) | Adds a DateTimeLineValue object to the DateTimeLineValueList object. |
Add(DateTimeLineValue)
Adds a DateTimeLineValue object to the DateTimeLineValueList object.
public void Add(DateTimeLineValue lineValue)
Sub Add(lineValue As DateTimeLineValue)
Parameters
- lineValue
- DateTimeLineValue
Value of the dateTime line value.
Licensing Info
This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Add(Single, DateTime)
Adds a DateTimeLineValue object to the DateTimeLineValueList object.
public DateTimeLineValue Add(float value1, DateTime obj)
Function Add(value1 As Single, obj As Date) As DateTimeLineValue
Parameters
- value1
- Single
Value of the dateTime line Value.
- obj
- DateTime
Position of the dateTime line Value.
Returns
The DateTimeLineValue object.
Licensing Info
This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.