Back to Devexpress

TextExportOptionsBase.EncodingType Property

corelibraries-devexpress-dot-xtraprinting-dot-textexportoptionsbase-9a3d1a9d.md

latest2.2 KB
Original Source

TextExportOptionsBase.EncodingType Property

Gets or sets a value used to serialize the TextExportOptionsBase.Encoding property.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[Browsable(false)]
[DefaultValue(EncodingType.Default)]
public EncodingType EncodingType { get; set; }
vb
<DefaultValue(EncodingType.Default)>
<Browsable(False)>
Public Property EncodingType As EncodingType

Property Value

TypeDefaultDescription
EncodingTypeDefault

An EncodingType enumeration value which represents the encoding type of the created text-based document.

|

Available values:

NameDescription
Default

A document is exported using the system’s current ANSI code page.

| | ASCII |

A document is exported using the ASCII (7-bit) character set.

| | Unicode |

A document is exported using the UTF-16 format with the little-endian byte order.

| | BigEndianUnicode |

A document is exported using the UTF-16 format with the big-endian byte order.

| | UTF7 |

Obsolete. A document is exported using the UTF-7 format.

| | UTF8 |

A document is exported using the UTF-8 format.

| | UTF32 |

A document is exported using the UTF-32 format with the little-endian byte order.

|

Remarks

This property is intended for serialization purposes only. Normally, you don’t need to use this property.

See Also

TextExportOptionsBase Class

TextExportOptionsBase Members

DevExpress.XtraPrinting Namespace