Class FormEditorAddOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
Mewakili opsi untuk menambahkan field ke dokumen melalui plugin Aspose.Pdf.Plugins.FormEditor.
public sealed class FormEditorAddOptions : FormEditorOptions, IPluginOptions
Pewarisan
object ← FormOptions ← FormEditorOptions ← FormEditorAddOptions
Mengimplementasikan
Anggota yang Dwarisi
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()
Konstruktor
FormEditorAddOptions(List<formfieldcreateoptions>)
Menginisialisasi instance baru dari objek PdfFormAddFieldsOptions.
public FormEditorAddOptions(List<formfieldcreateoptions> fieldsCreateOptions)
Parameter
fieldsCreateOptions
List<FormFieldCreateOptions>
Daftar anak FormFieldCreateOptions yang menetapkan opsi untuk setiap field yang ditambahkan. Setiap elemen dalam daftar sesuai dengan satu field yang akan ditambahkan.