PdfFormExportValuesToCsvOptions.PdfFormExportValuesToCsvOptions

PdfFormExportValuesToCsvOptions constructor

Initializes a new instance of the PdfFormExportValuesToCsvOptions object, in which the fields whose data will be exported and the separator for the exported data are specified.

public PdfFormExportValuesToCsvOptions(SelectField selectField, char delimeter = ',')
ParameterTypeDescription
selectFieldSelectFieldDelegate that determines the properties of which field(s) to set values.
delimeterCharSpecifies the delimeter to use in exported data between values. The default value is ‘,’

See Also