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

CsvDataAwareExporterOptions.WritePreamble Property

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

Namespace: DevExpress.XtraExport.Csv

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

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

Declaration

public bool WritePreamble { get; set; }

Property Value

Type Description
Boolean

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

Remarks

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

See Also