IncrementalUpdateFormFieldList.Item Property

Overloads

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

IncrementalUpdateFormFieldList[Int32]

Gets a form field by index.

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

Property Value

IncrementalUpdateFormField

Licensing Info

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

Exceptions

MergerException Throws exception if the index is out of range.

IncrementalUpdateFormFieldList[String]

Gets a form field by the given name.

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

Property Value

IncrementalUpdateFormField

Licensing Info

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

Exceptions

MergerException Throws exception if the source PDF document does not contain the signature field by the specified name.

See Also

IncrementalUpdateFormFieldList
ceTe.DynamicPDF.Merger

In this topic