PdfFormFieldList.Item Property

Overloads

PdfFormFieldList[Int32]Gets a form field at the specified index in the collection.
PdfFormFieldList[String]Gets the form field by the given name.

PdfFormFieldList[Int32]

Gets a form field at the specified index in the collection.

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

Property Value

PdfFormField

Licensing Info

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

PdfFormFieldList[String]

Gets the form field by the given name.

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

Property Value

PdfFormField

Licensing Info

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

See Also

PdfFormFieldList
ceTe.DynamicPDF.Merger.Forms

In this topic