Class FormFlattenAllFieldsOptions
Represents options for flatten all fields (not annotations) in document by FormFlattener plugin.
public class FormFlattenAllFieldsOptions : FormFlattenerOptions
Constructors
Properties
| Name | Description |
|---|
| Inputs { get; } | Returns Form…. plugins data collection. |
| Outputs { get; } | Gets collection of added targets for saving operation results. |
Methods
| Name | Description |
|---|
| 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