Class FormRemoveSelectedFieldsOptions

Class FormRemoveSelectedFieldsOptions

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

表示通过 Aspose.Pdf.Plugins.FormEditor 插件移除文档中选定字段的选项。

public sealed class FormRemoveSelectedFieldsOptions : FormEditorRemoveOptions, IPluginOptions

继承

objectFormOptionsFormEditorOptionsFormEditorRemoveOptionsFormRemoveSelectedFieldsOptions

实现

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

构造函数

FormRemoveSelectedFieldsOptions(SelectField)

初始化 Aspose.Pdf.Plugins.FormEditorRemoveOptions 对象的新实例。

public FormRemoveSelectedFieldsOptions(SelectField selectField)

参数

selectField SelectField

指定将被扁平化的字段。

 中文