Class FormRemoveSelectedFieldsOptions

Class FormRemoveSelectedFieldsOptions

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

Reprezentuje možnosti pro odstranění vybraných polí v dokumentu pomocí pluginu Aspose.Pdf.Plugins.FormEditor.

public sealed class FormRemoveSelectedFieldsOptions : FormEditorRemoveOptions, IPluginOptions

Dědičnost

objectFormOptionsFormEditorOptionsFormEditorRemoveOptionsFormRemoveSelectedFieldsOptions

Implementuje

IPluginOptions

Děděné členy

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

Konstruktor

FormRemoveSelectedFieldsOptions(SelectField)

Inicializuje novou instanci objektu Aspose.Pdf.Plugins.FormEditorRemoveOptions.

public FormRemoveSelectedFieldsOptions(SelectField selectField)

Parametry

selectField SelectField

Specifikuje pole, která budou zploštěna.

 Čeština