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)
| Parameter | Type | Description |
|---|---|---|
| fieldsCreateOptions | 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
- Typedef SharedPtr
- Class List
- Class FormFieldCreateOptions
- Class FormEditorAddOptions
- Namespace Aspose::Pdf::LowCode
- Library Aspose.PDF for C++