Class FormRemoveSelectedFieldsOptions

FormRemoveSelectedFieldsOptions class

Represents options for remove selected fields in document by FormEditor plugin.

public sealed class FormRemoveSelectedFieldsOptions : FormEditorRemoveOptions

Constructors

NameDescription
FormRemoveSelectedFieldsOptions(SelectField)Initializes new instance of the FormEditorRemoveOptions object.

Properties

NameDescription
Inputs { get; }Returns Form…. plugins data collection.
Outputs { get; }Gets collection of added targets for saving operation results.

Methods

NameDescription
AddInput(IDataSource)Adds new data source to the Form… plugins data collection.
AddOutput(IDataSource)Adds new data source to the Form… plugins data collection.

See Also