Skip to main content
A newer version of this page is available. .

TextExportOptionsBase Class

Represents the base class for objects which define export options specific for Text and CSV formats.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public abstract class TextExportOptionsBase :
    ExportOptionsBase

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.

See Also