Class FormFlattenSelectedFieldsOptions
Class FormFlattenSelectedFieldsOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
Represents options for flatten selected fields (not annotations) in document by Aspose.Pdf.Plugins.FormFlattener plugin.
public class FormFlattenSelectedFieldsOptions : FormFlattenerOptions, IPluginOptions
Inheritance
object ← FormOptions ← FormFlattenerOptions ← FormFlattenSelectedFieldsOptions
Implements
Inherited Members
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()
Constructors
FormFlattenSelectedFieldsOptions(SelectField)
Initializes new instance of the Aspose.Pdf.Plugins.FormFlattenSelectedFieldsOptions object.
public FormFlattenSelectedFieldsOptions(SelectField selectField)
Parameters
selectField
SelectField
Specifies the fields that will be flattened.