PdfFormSetFieldOptions.PdfFormSetFieldOptions

PdfFormSetFieldOptions constructor

Initializes a new instance of the PdfFormSetFieldOptions object, in which the values assigned to the properties of the field are specified.

public PdfFormSetFieldOptions(SelectField selectField, PdfFormFieldSetOptions settedOptions)
ParameterTypeDescription
selectFieldSelectFieldDelegate that determines the properties of which field(s) to set values.
settedOptionsPdfFormFieldSetOptionsAn object containing the values assigned to the properties of the field(s). May be an object of a derived class, corresponding to a particular field type.

See Also