Class FormExporterValuesToCsvOptions

Class FormExporterValuesToCsvOptions

Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll

Rappresenta le opzioni per esportare le proprietà Value di campo(i) specificato(i) (non annotazioni).

public sealed class FormExporterValuesToCsvOptions : FormExporterOptions, IPluginOptions

Ereditarietà

objectFormOptionsFormExporterOptionsFormExporterValuesToCsvOptions

Implementa

IPluginOptions

Membri ereditati

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()

Costruttori

FormExporterValuesToCsvOptions(SelectField, char)

Inizializza una nuova istanza dell’oggetto Aspose.Pdf.Plugins.FormExporterValuesToCsvOptions, in cui sono specificati i campi i cui dati saranno esportati e il separatore per i dati esportati.

public FormExporterValuesToCsvOptions(SelectField selectField, char delimeter = ',')

Parametri

selectField SelectField

Delegato che determina le proprietà di cui impostare i valori.

delimeter char

Specifica il delimitatore da utilizzare nei dati esportati tra i valori. Il valore predefinito è ‘,’

 Italiano