Class PdfFormSetFieldOptions

PdfFormSetFieldOptions class

Represents options for set fields (not annotations) properties.

public sealed class PdfFormSetFieldOptions : PdfFormOptions

Constructors

NameDescription
PdfFormSetFieldOptions(SelectField, PdfFormFieldSetOptions)Initializes a new instance of the PdfFormSetFieldOptions object, in which the values assigned to the properties of the field are specified.

Properties

NameDescription
DataCollection { get; }Returns FormOptions plugin data collection.
GetSelectFieldDelegate { get; }Gets delegate specifying the field(s) to which _settedOptions should be set.
GetSettedOptions { get; }Gets PdfFormFieldSetOptions object that specifying options (properties) for set to field(s).
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