Class FormRemoveSelectedFieldsOptions
Class FormRemoveSelectedFieldsOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
Aspose.Pdf.Plugins.FormEditor 플러그인에 의해 문서에서 선택한 필드를 제거하기 위한 옵션을 나타냅니다.
public sealed class FormRemoveSelectedFieldsOptions : FormEditorRemoveOptions, IPluginOptions
상속
object ← FormOptions ← FormEditorOptions ← FormEditorRemoveOptions ← FormRemoveSelectedFieldsOptions
구현
상속된 멤버
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()
생성자
FormRemoveSelectedFieldsOptions(SelectField)
Aspose.Pdf.Plugins.FormEditorRemoveOptions 객체의 새 인스턴스를 초기화합니다.
public FormRemoveSelectedFieldsOptions(SelectField selectField)
매개변수
selectField
SelectField
플래튼될 필드를 지정합니다.