FormFieldList.Add

Adds a form field to the collection.

public int Add(FormField formField)
Function Add(formField As FormField) As Integer

Parameters

formField
FormField

FormField object to add.

Returns

Int32

The index of the added form field.

Licensing Info

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

See Also

FormFieldList
ceTe.DynamicPDF.Forms

In this topic