Class FormExporterValuesToCsvOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
Represents options for export Value property(s) of specified field(s) (not annotations).
public sealed class FormExporterValuesToCsvOptions : FormExporterOptions, IPluginOptions
Inheritance
object ← FormOptions ← FormExporterOptions ← FormExporterValuesToCsvOptions
Implements
Inherited Members
FormOptions.AddInput(IDataSource), FormOptions.AddOutput(IDataSource), FormOptions.Inputs, FormOptions.Outputs, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
FormExporterValuesToCsvOptions(SelectField, char)
Initializes a new instance of the Aspose.Pdf.Plugins.FormExporterValuesToCsvOptions object, in which the fields whose data will be exported and the separator for the exported data are specified.
public FormExporterValuesToCsvOptions(SelectField selectField, char delimeter = ',')
Parameters
selectField
SelectField
Delegate that determines the properties of which field(s) to set values.
delimeter
char
Specifies the delimeter to use in exported data between values. The default value is ‘,’