Class FormEditorAddOptions

Class FormEditorAddOptions

Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll

Reprezentuje opcje dodawania pól do dokumentu za pomocą wtyczki Aspose.Pdf.Plugins.FormEditor.

public sealed class FormEditorAddOptions : FormEditorOptions, IPluginOptions

Dziedziczenie

objectFormOptionsFormEditorOptionsFormEditorAddOptions

Implementuje

IPluginOptions

Członkowie dziedziczeni

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

Konstruktorzy

FormEditorAddOptions(List<formfieldcreateoptions>)

Inicjalizuje nową instancję obiektu PdfFormAddFieldsOptions.

public FormEditorAddOptions(List<formfieldcreateoptions> fieldsCreateOptions)

Parametry

fieldsCreateOptions List<FormFieldCreateOptions&gt;

Lista dzieci FormFieldCreateOptions, które ustawiają opcje dla każdego dodanego pola. Każdy element listy odpowiada jednemu polu, które ma zostać dodane. </formfieldcreateoptions>

 Polski