Class PdfFormOptions

PdfFormOptions class

Represents options for PdfForm plugin.

public class PdfFormOptions : IPluginOptions

Properties

NameDescription
DataCollection { get; }Returns FormOptions plugin data collection.
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