Class FormExporterValuesToCsvOptions

Class FormExporterValuesToCsvOptions

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

Belirtilen alan(lar) için export Value özelliği seçeneklerini temsil eder (not annotations).

public sealed class FormExporterValuesToCsvOptions : FormExporterOptions, IPluginOptions

Miras

objectFormOptionsFormExporterOptionsFormExporterValuesToCsvOptions

Uygulamalar

IPluginOptions

Miras Alınan Üyeler

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

Yapıcılar

FormExporterValuesToCsvOptions(SelectField, char)

Verilerin export edileceği alanların ve export edilen veriler için ayırıcıyı belirten yeni bir Aspose.Pdf.Plugins.FormExporterValuesToCsvOptions nesnesi başlatır.

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

Parametreler

selectField SelectField

Değerlerin ayarlanacağı alan(lar)ın özelliklerini belirleyen delege.

delimeter char

Export edilen verilerde değerler arasında kullanılacak ayırıcıyı belirtir. Varsayılan değer ‘,‘dir.

 Türkçe