Class FormEditorAddOptions

Class FormEditorAddOptions

De naam: Aspose.Pdf.Plugins Verzameling: Aspose.PDF.dll (25.4.0)

Vertegenwoordigt de opties om Fields toe te voegen aan het document door Aspose.Pdf.Plugins.FormEditor plugin.

public sealed class FormEditorAddOptions : FormEditorOptions, IPluginOptions

Inheritance

object FormOptions FormEditorOptions FormEditorAddOptions

Implements

IPluginOptions

Geëerbiede leden

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(Lijst)

Initialiseert een nieuwe instantie van het object PdfFormAddFieldsOptions.

public FormEditorAddOptions(List<formfieldcreateoptions> fieldsCreateOptions)

Parameters

fieldsCreateOptions List < FormFieldCreateOptions >

Lijst van FormFieldCreateOptions kinderen die de opties voor elk toegevoegde veld instellen.Elk element van de lijst komt overeen met één veld dat moet worden toegevoegd.

 Nederlands