FormFieldList.Item Property

Overloads

FormFieldList[Int32]Gets a form field by index.
FormFieldList[String]Gets a form field by the given name.

FormFieldList[Int32]

Gets a form field by index.

public FormField this[int index] { get; }
Public Property Item(index As Integer) As FormField

Property Value

FormField

Licensing Info

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

FormFieldList[String]

Gets a form field by the given name.

public FormField this[string name] { get; }
Public Property Item(name As String) As FormField

Property Value

FormField

Licensing Info

This property 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