GetFormField
Leave feedback
On this page
Gets the form field with the specified name and type.
public T GetFormField<T>(string name)
where T : IFormField
| Parameter | Description |
|---|---|
| T | The type of the form field. |
| name | The name of the form field. |
The form field with the specified name and type, if found; otherwise, the default value for the type.
- interface IFormField
- class FormFieldCollection
- namespace GroupDocs.Editor.Words.FieldManagement
- assembly GroupDocs.Editor
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.