Class ExtractFormDataToDsvOptions
Informação
Represents options for export values of fields for Documentize.PdfForm and Documentize.PdfExtractor plugins.
public sealed class ExtractFormDataToDsvOptions : PluginBaseOptions, IPluginOptionsInheritance
object ← PluginBaseOptions ← ExtractFormDataToDsvOptions
Implements
Inherited Members
- PluginBaseOptions.AddInput(IData),
- PluginBaseOptions.AddOutput(IData),
- PluginBaseOptions.Inputs,
- PluginBaseOptions.Outputs,
- PluginBaseOptions.CloseInputStreams,
- PluginBaseOptions.CloseOutputStreams,
- object.GetType(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Constructors
ExtractFormDataToDsvOptions(char, bool)
Initializes a new instance of the Documentize.ExtractFormDataToDsvOptions object.
public ExtractFormDataToDsvOptions(char delimiter = ',', bool addFieldNames = false)Parameters
delimiterchar: Specifies the delimiter to use in exported data between values. The default value is ‘,’.addFieldNamesbool: Add field name before value. Format: Name + delimiter + Value + delimiter.
Properties
AddFieldName
Add field name before value. Format: Name + delimiter + Value + delimiter.
public bool AddFieldName { get; set; }Property Value
Delimiter
Delimiter used for exported values.
public char Delimiter { get; set; }Property Value
Namespace: Documentize Assembly: Documentize.dll