PdfFormAddFieldsOptions.PdfFormAddFieldsOptions

PdfFormAddFieldsOptions constructor

Initializes a new instance of the PdfFormAddFieldsOptions object.

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

See Also