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

FormEditorAddOptions::FormEditorAddOptions constructor

Initializes a new instance of the PdfFormAddFieldsOptions object.

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