Class FormEditorAddOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
Stellt Optionen zum Hinzufügen von Feldern zum Dokument durch das Aspose.Pdf.Plugins.FormEditor-Plugin dar.
public sealed class FormEditorAddOptions : FormEditorOptions, IPluginOptions
Vererbung
object ← FormOptions ← FormEditorOptions ← FormEditorAddOptions
Implementiert
Vererbte Mitglieder
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()
Konstruktoren
FormEditorAddOptions(List<formfieldcreateoptions>)
Initialisiert eine neue Instanz des PdfFormAddFieldsOptions-Objekts.
public FormEditorAddOptions(List<formfieldcreateoptions> fieldsCreateOptions)
Parameter
fieldsCreateOptions
List<FormFieldCreateOptions>
Liste von FormFieldCreateOptions-Kindern, die die Optionen für jedes hinzugefügte Feld festlegen. Jedes Element der Liste entspricht einem hinzuzufügenden Feld.