Class FormEditorAddOptions

Class FormEditorAddOptions

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

Đại diện cho các tùy chọn để thêm Trường vào tài liệu thông qua plugin Aspose.Pdf.Plugins.FormEditor.

public sealed class FormEditorAddOptions : FormEditorOptions, IPluginOptions

Kế thừa

objectFormOptionsFormEditorOptionsFormEditorAddOptions

Triển khai

IPluginOptions

Các thành viên kế thừa

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

Các hàm khởi tạo

FormEditorAddOptions(List<formfieldcreateoptions>)

Khởi tạo một thể hiện mới của đối tượng PdfFormAddFieldsOptions.

public FormEditorAddOptions(List<formfieldcreateoptions> fieldsCreateOptions)

Tham số

fieldsCreateOptions List<FormFieldCreateOptions&gt;

Danh sách các con của FormFieldCreateOptions thiết lập các tùy chọn cho mỗi trường được thêm vào. Mỗi phần tử trong danh sách tương ứng với một trường sẽ được thêm vào. </formfieldcreateoptions>

 Tiếng Việt