Class FormEditorAddOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
Represents options for add Fields to document by Aspose.Pdf.Plugins.FormEditor plugin.
public sealed class FormEditorAddOptions : FormEditorOptions, IPluginOptions
Inheritance
object ← FormOptions ← FormEditorOptions ← FormEditorAddOptions
Implements
Inherited Members
FormOptions.AddInput(IDataSource), FormOptions.AddOutput(IDataSource), FormOptions.Inputs, FormOptions.Outputs, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
FormEditorAddOptions(List<formfieldcreateoptions>)
Initializes a new instance of the PdfFormAddFieldsOptions object.
public FormEditorAddOptions(List<formfieldcreateoptions> fieldsCreateOptions)
Parameters
fieldsCreateOptions
List<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. </formfieldcreateoptions>