TextExportOptionsBase Class
Represents the base class for objects which define export options specific for Text and CSV formats.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Remarks
The TextExportOptionsBase class serves as a base for classes that define Text-specific or CSV-specific export options (TextExportOptions and CsvExportOptions).
In addition to the common export settings inherited from the base ExportOptionsBase class, the TextExportOptionsBase class provides the following properties which define how a document is exported to Text and CSV formats.
- TextExportOptionsBase.Encoding;
- TextExportOptionsBase.TextExportMode;
- TextExportOptionsBase.QuoteStringsWithSeparators;
- TextExportOptionsBase.Separator.
Inheritance
See Also