FormFieldCollection.RemoveAt(Int32, Boolean) Method
Removes a form field at the specified index from the collection.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 | The zero-based index of the form field to remove. |
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| removeRelatedWidgets | Boolean | True |
|
See Also