Class PdfFormExportValuesToCsvOptions

PdfFormExportValuesToCsvOptions class

Represents options for export Value property of specified fields (not annotations).

public sealed class PdfFormExportValuesToCsvOptions : PdfFormOptions

Constructors

NameDescription
PdfFormExportValuesToCsvOptions(SelectField, char)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.

Properties

NameDescription
DataCollection { get; }Returns FormOptions plugin data collection.
GetDelimeter { get; }Gets delimeter used for exported values.
GetSelectFieldDelegate { get; }Gets delegate specifying the field(s) to which _settedOptions should be set.
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