Aspose::Pdf::LowCode::FormEditorAddOptions::FormEditorAddOptions constructor

FormEditorAddOptions::FormEditorAddOptions constructor

Initializes a new instance of the PdfFormAddFieldsOptions object.

Aspose::Pdf::LowCode::FormEditorAddOptions::FormEditorAddOptions(const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<FormFieldCreateOptions>>> &fieldsCreateOptions)
ParameterTypeDescription
fieldsCreateOptionsconst System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<FormFieldCreateOptions>>>&List 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