corelibraries-devexpress-dot-xtraprinting-64098bb3.md
Represents the base class for objects which define export options specific for Text and CSV formats.
Namespace : DevExpress.XtraPrinting
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public abstract class TextExportOptionsBase :
ExportOptionsBase
Public MustInherit Class TextExportOptionsBase
Inherits ExportOptionsBase
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.
Object ExportOptionsBase TextExportOptionsBase CsvExportOptions
See Also