FormEditorAddOptions.FormEditorAddOptions

FormEditorAddOptions constructor

Initializes a new instance of the !:PdfFormAddFieldsOptions object.

public FormEditorAddOptions(List<FormFieldCreateOptions> fieldsCreateOptions)
ParameterTypeDescription
fieldsCreateOptionsList`1List of FormFieldCreateOptions children that set the options for each added field. Each element of the list corresponds to one field to be added.

See Also