corelibraries-devexpress-dot-xtraprinting-f40c2cfe.md
Contains options which define how a document is exported to text.
Namespace : DevExpress.XtraPrinting
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public class TextExportOptions :
TextExportOptionsBase,
IXtraSupportShouldSerialize
Public Class TextExportOptions
Inherits TextExportOptionsBase
Implements IXtraSupportShouldSerialize
The following members return TextExportOptions objects:
The TextExportOptions class provides options which determine how a document is exported to Text, and inherits all its properties from its base TextExportOptionsBase class.
For more information, refer to Export to Text.
Object ExportOptionsBase TextExportOptionsBase TextExportOptions
See Also