Back to Devexpress

TextExportOptions Class

corelibraries-devexpress-dot-xtraprinting-f40c2cfe.md

latest1.9 KB
Original Source

TextExportOptions Class

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

Declaration

csharp
public class TextExportOptions :
    TextExportOptionsBase,
    IXtraSupportShouldSerialize
vb
Public Class TextExportOptions
    Inherits TextExportOptionsBase
    Implements IXtraSupportShouldSerialize

The following members return TextExportOptions objects:

Remarks

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.

Inheritance

Object ExportOptionsBase TextExportOptionsBase TextExportOptions

See Also

TextExportOptions Members

Export to Text

DevExpress.XtraPrinting Namespace