Class PdfFormAddFieldsOptions

PdfFormAddFieldsOptions class

Represents options for add Fields to document by PdfForm plugin.

public sealed class PdfFormAddFieldsOptions : PdfFormOptions

Constructors

NameDescription
PdfFormAddFieldsOptions(List<FieldCreateOptions>)Initializes a new instance of the PdfFormAddFieldsOptions object.

Properties

NameDescription
DataCollection { get; }Returns FormOptions plugin data collection.
GetFieldsCreateOptions { get; }Gets List of FieldCreateOptions for creating Fields in method Process call.
SaveTargetsCollection { get; }Gets collection of added targets for saving operation results.

Methods

NameDescription
AddDataSource(IDataSource)Adds new data source to the PdfForm plugin data collection.
AddSaveDataSource(IDataSource)Adds new data source to the PdfForm plugin data collection.

See Also