Class FormExporterValuesToCsvOptions

Class FormExporterValuesToCsvOptions

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

Reprezentuje opcje eksportu właściwości Value określonych pól (nie adnotacji).

public sealed class FormExporterValuesToCsvOptions : FormExporterOptions, IPluginOptions

Dziedziczenie

objectFormOptionsFormExporterOptionsFormExporterValuesToCsvOptions

Implementuje

IPluginOptions

Członkowie dziedziczeni

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

Konstruktory

FormExporterValuesToCsvOptions(SelectField, char)

Inicjalizuje nową instancję obiektu Aspose.Pdf.Plugins.FormExporterValuesToCsvOptions, w której określono pola, których dane będą eksportowane oraz separator dla eksportowanych danych.

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

Parametry

selectField SelectField

Delegat, który określa właściwości, dla których pól należy ustawić wartości.

delimeter char

Określa separator używany w eksportowanych danych między wartościami. Wartość domyślna to ‘,’

 Polski