Class FormFlattenSelectedFieldsOptions

FormFlattenSelectedFieldsOptions class

Represents options for flatten selected fields (not annotations) in document by FormFlattener plugin.

public class FormFlattenSelectedFieldsOptions : FormFlattenerOptions

Constructors

NameDescription
FormFlattenSelectedFieldsOptions(SelectField)Initializes new instance of the FormFlattenSelectedFieldsOptions 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