TxtSaveOptions.TxtSaveOptions

TxtSaveOptions()

Creates text file save options.

public TxtSaveOptions()

See Also


TxtSaveOptions(SaveFormat)

Creates text file save options.

public TxtSaveOptions(SaveFormat saveFormat)
ParameterTypeDescription
saveFormatSaveFormatThe file format. It should be Csv or Tsv, otherwise the saved format will be set as Csv automatically.

See Also