TextExportOptions(String) Constructor
Initializes a new instance of the TextExportOptions class with the specified separator settings.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
separator | String | A String containing symbols which will be used to separate the document’s text elements in the created text file. This value is assigned to the TextExportOptionsBase.Separator property. |
See Also