Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

TxtDocumentExporterOptions.WritePreamble Property

Gets or sets whether to write a prefix that is the sequence of bytes that specifies the encoding used.

Namespace: DevExpress.XtraSpreadsheet.Export

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

[DefaultValue(false)]
public override bool WritePreamble { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to write a byte array containing a sequence of bytes that specifies the encoding used; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to WritePreamble
WorkbookExportOptions
.Txt.WritePreamble

Remarks

For more information, see the Encoding.GetPreamble method in MSDN.

See Also