Class FormFlattenSelectedFieldsOptions
Class FormFlattenSelectedFieldsOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
表示通过 Aspose.Pdf.Plugins.FormFlattener 插件在文档中扁平化选定字段(不包括注释)的选项。
public class FormFlattenSelectedFieldsOptions : FormFlattenerOptions, IPluginOptions
继承
object ← FormOptions ← FormFlattenerOptions ← FormFlattenSelectedFieldsOptions
实现
继承成员
FormOptions.AddInput(IDataSource), FormOptions.AddOutput(IDataSource), FormOptions.Inputs, FormOptions.Outputs, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
构造函数
FormFlattenSelectedFieldsOptions(SelectField)
初始化 Aspose.Pdf.Plugins.FormFlattenSelectedFieldsOptions 对象的新实例。
public FormFlattenSelectedFieldsOptions(SelectField selectField)
参数
selectField
SelectField
指定将被扁平化的字段。