Class FormEditorAddOptions

Class FormEditorAddOptions

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

Aspose.Pdf.Plugins.FormEditor 플러그인을 사용하여 문서에 필드를 추가하는 옵션을 나타냅니다.

public sealed class FormEditorAddOptions : FormEditorOptions, IPluginOptions

상속

objectFormOptionsFormEditorOptionsFormEditorAddOptions

구현

IPluginOptions

상속된 멤버

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

생성자

FormEditorAddOptions(List<formfieldcreateoptions>)

PdfFormAddFieldsOptions 객체의 새 인스턴스를 초기화합니다.

public FormEditorAddOptions(List<formfieldcreateoptions> fieldsCreateOptions)

매개변수

fieldsCreateOptions List<FormFieldCreateOptions&gt;

추가된 각 필드에 대한 옵션을 설정하는 FormFieldCreateOptions 자식의 목록입니다. 목록의 각 요소는 추가될 하나의 필드에 해당합니다.

 한국어