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

TextExportOptions(String, Encoding) Constructor

Initializes a new instance of the TextExportOptions class with the specified separator and encoding settings.

Namespace: DevExpress.XtraPrinting

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

Declaration

public TextExportOptions(
    string separator,
    Encoding encoding
)

Parameters

Name Type Description
separator String

A String containing symbols which will be used to separate the document’s text elements in the created text file. This value is assigned to the TextExportOptionsBase.Separator property.

encoding Encoding

A Encoding class descendant specifying the encoding of the created text document. This value is assigned to the TextExportOptionsBase.Encoding property.

See Also