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